Html Css Color HEX #F08408 Tangerine

📋 copy color: '#F08408'

red 240 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #F08408

Tints of Tangerine #F08408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 63.16%
G = 34.74%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F08408 (or 0xF08408) is known color: Tangerine. HEX triplet: F0, 84 and 08. RGB value is (240,132,8). Sum of RGB (Red+Green+Blue) = 240+132+8=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F08408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08408 is #0F7BF7. Grayscale: #969696. Windows color (decimal): -1014776 or 558320. OLE color: 558320.

HSL color Cylindrical-coordinate representation of color #F08408: hue angle of 32.07º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F08408 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 8 -
CMYK 0 0.45 0.97 0.06
HSL 32.07º 0.94% 0.49% -
HSV(B) 32.07º 0.97% 0.94% -
XYZ 44.23 35.05 4.66 -
YUV 150.16 47.78 192.08 -
System Red Green Blue C M Y K H S L
Decimal 240 132 8 0 0.45 0.97 0.06 32.07 0.94 0.49
Hex F0 84 8 0 2D 61 6 20 5E 31
Octal 360 204 10 0 55 141 6 40 136 61
Binary 11110000 10000100 1000 0 101101 1100001 110 100000 1011110 110001

Color Harmonies of #F08408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08408

Black with #F08408

Text Example


Text Example

White with #F08408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08408; }

 p { color: rgb(240,132,8); }

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

background-color css

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

 a { background-color: rgb(240,132,8); }

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

border-color css

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

 span { border-color: rgb(240,132,8); }

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