Html Css Color HEX #FC9210 Dark Orange

📋 copy color: '#FC9210'

red 252 ◦ green 146 ◦ blue 16

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

Shades of Dark Orange #FC9210

Tints of Dark Orange #FC9210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 60.87%
G = 35.27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC9210 (or 0xFC9210) is known color: Dark Orange. HEX triplet: FC, 92 and 10. RGB value is (252,146,16). Sum of RGB (Red+Green+Blue) = 252+146+16=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9210 is #036DEF. Grayscale: #A3A3A3. Windows color (decimal): -224752 or 1086204. OLE color: 1086204.

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

Color convert

RGB 252 146 16 -
CMYK 0 0.42 0.94 0.01
HSL 33.05º 0.98% 0.53% -
HSV(B) 33.05º 0.94% 0.99% -
XYZ 50.52 41.29 5.8 -
YUV 162.87 45.12 191.57 -
System Red Green Blue C M Y K H S L
Decimal 252 146 16 0 0.42 0.94 0.01 33.05 0.98 0.53
Hex FC 92 10 0 2A 5E 1 21 62 35
Octal 374 222 20 0 52 136 1 41 142 65
Binary 11111100 10010010 10000 0 101010 1011110 1 100001 1100010 110101

Color Harmonies of #FC9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9210

Black with #FC9210

Text Example


Text Example

White with #FC9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9210; }

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

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

background-color css

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

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

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

border-color css

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

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

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