Html Css Color HEX #FC9206 Dark Orange

📋 copy color: '#FC9206'

red 252 ◦ green 146 ◦ blue 6

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

Shades of Dark Orange #FC9206

Tints of Dark Orange #FC9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 62.38%
G = 36.14%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9206 (or 0xFC9206) is known color: Dark Orange. HEX triplet: FC, 92 and 06. RGB value is (252,146,6). Sum of RGB (Red+Green+Blue) = 252+146+6=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9206 is #036DF9. Grayscale: #A2A2A2. Windows color (decimal): -224762 or 430844. OLE color: 430844.

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

Color convert

RGB 252 146 6 -
CMYK 0 0.42 0.98 0.01
HSL 34.15º 0.98% 0.51% -
HSV(B) 34.15º 0.98% 0.99% -
XYZ 50.46 41.27 5.48 -
YUV 161.73 40.12 192.38 -
System Red Green Blue C M Y K H S L
Decimal 252 146 6 0 0.42 0.98 0.01 34.15 0.98 0.51
Hex FC 92 6 0 2A 62 1 22 62 33
Octal 374 222 6 0 52 142 1 42 142 63
Binary 11111100 10010010 110 0 101010 1100010 1 100010 1100010 110011

Color Harmonies of #FC9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9206

Black with #FC9206

Text Example


Text Example

White with #FC9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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