COLOR #F75902

HEX: #F75902
RGB: (247,89,2)

Color info

#F75902 contains mainly red color. Web safe color of #F75902 is #FF6600 (or #F60).

RGB color model

#F75902 color RGB value is (247,89,2).

  • red value is 247;
  • green value is 89;
  • blue value is 2.
RGB:
(247,89,2)
(97%,35%,1%)

RGB channels and saturation

R 247 of 255 = 97%
G 89 of 255 = 35%
B 2 of 255 = 1%

247
89
2

R + G + B ~ 44%. #F75902 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 89 + 2 = 338 (100%)
R 247 of 338 ~ 73.08%
G 89 of 338 ~ 26.33%
B 2 of 338 ~ 0.59%

%73.08
%26.33

CMYK color model

#F75902 color CMYK value is (0,64,99,3).

  • cyan value is 0.00%
  • magenta value is 63.97%
  • yellow value is 99.19%
  • key color value is 3.14%
CMYK:
(0,64,99,3)
C0M64Y99K3 
(0%,64%,99%,3%)
(0.00/0.64/0.99/0.03)	

CMYK percentages

%0
%63.97
%99.19
%3.14

Codes

Color #F75902 in popluar color models

F75902
RGB247892
HSL21°98.39%48.82%
HSB/HSV21°99.19%96.86%
CMYK0.00%63.97%99.19%
3.14%

Color #F75902 in popluar number systems.

HEXF75902
Decimal247892
Binary11110111101100110
Octal3671312

Shades and tints

Shades of #F75902

#F75902
(247,89,2)
#E15102
(225,81,2)
#CB4902
(203,73,2)
#B54102
(181,65,2)
#9F3902
(159,57,2)
#893102
(137,49,2)
#732902
(115,41,2)
#5D2102
(93,33,2)
#471902
(71,25,2)
#311102
(49,17,2)
#1B0902
(27,9,2)
#000000
(0,0,0)

Tints of #F75902

#F75902
(247,89,2)
#F76819
(247,104,25)
#F77730
(247,119,48)
#F78647
(247,134,71)
#F7955E
(247,149,94)
#F7A475
(247,164,117)
#F7B38C
(247,179,140)
#F7C2A3
(247,194,163)
#F7D1BA
(247,209,186)
#F7E0D1
(247,224,209)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75902 color. Also use rgb(247,89,2) instead hex code.

Text Font Color

.myTextColor { color: #F75902; }

<p style="color:#F75902">This sample text font color is #F75902.</p>

This text font color is #F75902.


Background Color

.myBgColor { background-color: #F75902; }

<div style="background-color:#F75902">Inner text</div>

This div background color is #F75902.


Border color

.myBorderColor { border: 1px solid #F75902; }

<div style="border:3px solid #F75902">Div</div>

This div border color is #F75902.


Opacity

.myOpacity80 { color: #F75902; opacity: 0.8; }

<p style="color:#F75902;opacity:0.8;">80%</p>

Text with #F75902 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F75902;}

<p style="text-shadow: 3px 3px 1px #F75902">Text here.</p>

This text has shadow with #F75902 color.

.textShadow {text-shadow: 3px 3px 1px #F75902, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F75902, 5px 5px 20px red">Text here.</p>

This text has shadow with #F75902 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F75902, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F75902, Direction=45, Strength=4)">Text</p>

This text has shadow with #F75902 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F75902;
  -webkit-box-shadow:	1px 1px 3px 2px #F75902;
  box-shadow:		1px 1px 3px 2px #F75902;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F75902;
-webkit-box-shadow: 1px 1px 3px 2px #F75902;
box-shadow:1px 1px 3px 2px #F75902;">
Div content here</div>
This div box has shadow with color #F75902.

Preview

Color preview on black background

This text has color #F75902 on black background.


Color preview on white background

This text has color #F75902 on white background.



Black color preview on #F75902 background

This text has black color on #F75902 background.


White color preview on #F75902 background

This text has white color on #F75902 background.