Html Css Color HEX #FC8006 Tangerine

📋 copy color: '#FC8006'

red 252 ◦ green 128 ◦ blue 6

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

Shades of Tangerine #FC8006

Tints of Tangerine #FC8006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 65.28%
G = 33.16%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8006 (or 0xFC8006) is known color: Tangerine. HEX triplet: FC, 80 and 06. RGB value is (252,128,6). Sum of RGB (Red+Green+Blue) = 252+128+6=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8006 is #037FF9. Grayscale: #979797. Windows color (decimal): -229370 or 426236. OLE color: 426236.

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

Color convert

RGB 252 128 6 -
CMYK 0 0.49 0.98 0.01
HSL 29.76º 0.98% 0.51% -
HSV(B) 29.76º 0.98% 0.99% -
XYZ 47.9 36.15 4.62 -
YUV 151.17 46.08 199.92 -
System Red Green Blue C M Y K H S L
Decimal 252 128 6 0 0.49 0.98 0.01 29.76 0.98 0.51
Hex FC 80 6 0 31 62 1 1E 62 33
Octal 374 200 6 0 61 142 1 36 142 63
Binary 11111100 10000000 110 0 110001 1100010 1 11110 1100010 110011

Color Harmonies of #FC8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8006

Black with #FC8006

Text Example


Text Example

White with #FC8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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