Html Css Color HEX #F08603 Tangerine

📋 copy color: '#F08603'

red 240 ◦ green 134 ◦ blue 3

#F08603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #F08603

Tints of Tangerine #F08603

RGB

 RED value IS 240 (94.14% from 255) = 63.66%

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 63.66%
G = 35.54%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F08603 (or 0xF08603) is known color: Tangerine. HEX triplet: F0, 86 and 03. RGB value is (240,134,3). Sum of RGB (Red+Green+Blue) = 240+134+3=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F08603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08603 is #0F79FC. Grayscale: #979797. Windows color (decimal): -1014269 or 231152. OLE color: 231152.

HSL color Cylindrical-coordinate representation of color #F08603: hue angle of 33.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08603 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 3 -
CMYK 0 0.44 0.99 0.06
HSL 33.16º 0.98% 0.48% -
HSV(B) 33.16º 0.99% 0.94% -
XYZ 44.48 35.58 4.61 -
YUV 150.76 44.62 191.65 -
System Red Green Blue C M Y K H S L
Decimal 240 134 3 0 0.44 0.99 0.06 33.16 0.98 0.48
Hex F0 86 3 0 2C 63 6 21 62 30
Octal 360 206 3 0 54 143 6 41 142 60
Binary 11110000 10000110 11 0 101100 1100011 110 100001 1100010 110000

Color Harmonies of #F08603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08603

Black with #F08603

Text Example


Text Example

White with #F08603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08603; }

 p { color: rgb(240,134,3); }

 H1.HeaderClassName
 {
   color: #F08603;
 }
 .AnyTagClassName
 {
   color: #F08603;
 }
</style>

background-color css

<style>
 a { background-color: #F08603; }

 a { background-color: rgb(240,134,3); }

 div.DivClassName
 {
   background-color: #F08603;
 }
 .BgClassName
 {
   background-color: #F08603;
 }
</style>

border-color css

<style>
 span { border-color: #F08603; }

 span { border-color: rgb(240,134,3); }

 td.TdClassName
 {
   border-color: #F08603;
 }
 .TagClassName
 {
   border-color: #F08603;
 }
</style>