Html Css Color HEX #F08008 Tangerine

📋 copy color: '#F08008'

red 240 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #F08008

Tints of Tangerine #F08008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 63.83%
G = 34.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F08008 (or 0xF08008) is known color: Tangerine. HEX triplet: F0, 80 and 08. RGB value is (240,128,8). Sum of RGB (Red+Green+Blue) = 240+128+8=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F08008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08008 is #0F7FF7. Grayscale: #949494. Windows color (decimal): -1015800 or 557296. OLE color: 557296.

HSL color Cylindrical-coordinate representation of color #F08008: hue angle of 31.03º 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 #F08008 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 8 -
CMYK 0 0.47 0.97 0.06
HSL 31.03º 0.94% 0.49% -
HSV(B) 31.03º 0.97% 0.94% -
XYZ 43.7 33.98 4.49 -
YUV 147.81 49.11 193.76 -
System Red Green Blue C M Y K H S L
Decimal 240 128 8 0 0.47 0.97 0.06 31.03 0.94 0.49
Hex F0 80 8 0 2F 61 6 1F 5E 31
Octal 360 200 10 0 57 141 6 37 136 61
Binary 11110000 10000000 1000 0 101111 1100001 110 11111 1011110 110001

Color Harmonies of #F08008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08008

Black with #F08008

Text Example


Text Example

White with #F08008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08008; }

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

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

background-color css

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

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

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

border-color css

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

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

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