Html Css Color HEX #FC8008 Tangerine

📋 copy color: '#FC8008'

red 252 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #FC8008

Tints of Tangerine #FC8008

RGB

 RED value IS 252 (98.83% from 255) = 64.95%

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

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

R = 64.95%
G = 32.99%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC8008 (or 0xFC8008) is known color: Tangerine. HEX triplet: FC, 80 and 08. RGB value is (252,128,8). Sum of RGB (Red+Green+Blue) = 252+128+8=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8008 is #037FF7. Grayscale: #989898. Windows color (decimal): -229368 or 557308. OLE color: 557308.

HSL color Cylindrical-coordinate representation of color #FC8008: hue angle of 29.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC8008 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 8 -
CMYK 0 0.49 0.97 0.01
HSL 29.51º 0.98% 0.51% -
HSV(B) 29.51º 0.97% 0.99% -
XYZ 47.91 36.15 4.68 -
YUV 151.4 47.08 199.76 -
System Red Green Blue C M Y K H S L
Decimal 252 128 8 0 0.49 0.97 0.01 29.51 0.98 0.51
Hex FC 80 8 0 31 61 1 1E 62 33
Octal 374 200 10 0 61 141 1 36 142 63
Binary 11111100 10000000 1000 0 110001 1100001 1 11110 1100010 110011

Color Harmonies of #FC8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8008

Black with #FC8008

Text Example


Text Example

White with #FC8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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