Html Css Color HEX #FC8206 Dark Orange

📋 copy color: '#FC8206'

red 252 ◦ green 130 ◦ blue 6

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

Shades of Dark Orange #FC8206

Tints of Dark Orange #FC8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 64.95%
G = 33.51%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8206 (or 0xFC8206) is known color: Dark Orange. HEX triplet: FC, 82 and 06. RGB value is (252,130,6). Sum of RGB (Red+Green+Blue) = 252+130+6=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8206 is #037DF9. Grayscale: #989898. Windows color (decimal): -228858 or 426748. OLE color: 426748.

HSL color Cylindrical-coordinate representation of color #FC8206: hue angle of 30.24º 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 #FC8206 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 6 -
CMYK 0 0.48 0.98 0.01
HSL 30.24º 0.98% 0.51% -
HSV(B) 30.24º 0.98% 0.99% -
XYZ 48.16 36.67 4.71 -
YUV 152.34 45.42 199.08 -
System Red Green Blue C M Y K H S L
Decimal 252 130 6 0 0.48 0.98 0.01 30.24 0.98 0.51
Hex FC 82 6 0 30 62 1 1E 62 33
Octal 374 202 6 0 60 142 1 36 142 63
Binary 11111100 10000010 110 0 110000 1100010 1 11110 1100010 110011

Color Harmonies of #FC8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8206

Black with #FC8206

Text Example


Text Example

White with #FC8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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