Html Css Color HEX #FC9112 Dark Orange

📋 copy color: '#FC9112'

red 252 ◦ green 145 ◦ blue 18

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

Shades of Dark Orange #FC9112

Tints of Dark Orange #FC9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 60.72%
G = 34.94%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC9112 (or 0xFC9112) is known color: Dark Orange. HEX triplet: FC, 91 and 12. RGB value is (252,145,18). Sum of RGB (Red+Green+Blue) = 252+145+18=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9112 is #036EED. Grayscale: #A3A3A3. Windows color (decimal): -225006 or 1217020. OLE color: 1217020.

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

Color convert

RGB 252 145 18 -
CMYK 0 0.42 0.93 0.01
HSL 32.56º 0.98% 0.53% -
HSV(B) 32.56º 0.93% 0.99% -
XYZ 50.38 40.99 5.83 -
YUV 162.52 46.45 191.83 -
System Red Green Blue C M Y K H S L
Decimal 252 145 18 0 0.42 0.93 0.01 32.56 0.98 0.53
Hex FC 91 12 0 2A 5D 1 21 62 35
Octal 374 221 22 0 52 135 1 41 142 65
Binary 11111100 10010001 10010 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FC9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9112

Black with #FC9112

Text Example


Text Example

White with #FC9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9112; }

 p { color: rgb(252,145,18); }

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

background-color css

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

 a { background-color: rgb(252,145,18); }

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

border-color css

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

 span { border-color: rgb(252,145,18); }

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