Html Css Color HEX #FC9312 Dark Orange

📋 copy color: '#FC9312'

red 252 ◦ green 147 ◦ blue 18

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

Shades of Dark Orange #FC9312

Tints of Dark Orange #FC9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 60.43%
G = 35.25%
B = 4.32%

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

#FC9312 (or 0xFC9312) is known color: Dark Orange. HEX triplet: FC, 93 and 12. RGB value is (252,147,18). Sum of RGB (Red+Green+Blue) = 252+147+18=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9312 is #036CED. Grayscale: #A4A4A4. Windows color (decimal): -224494 or 1217532. OLE color: 1217532.

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

Color convert

RGB 252 147 18 -
CMYK 0 0.42 0.93 0.01
HSL 33.08º 0.98% 0.53% -
HSV(B) 33.08º 0.93% 0.99% -
XYZ 50.69 41.61 5.93 -
YUV 163.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 252 147 18 0 0.42 0.93 0.01 33.08 0.98 0.53
Hex FC 93 12 0 2A 5D 1 21 62 35
Octal 374 223 22 0 52 135 1 41 142 65
Binary 11111100 10010011 10010 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FC9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9312

Black with #FC9312

Text Example


Text Example

White with #FC9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9312; }

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

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

background-color css

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

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

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

border-color css

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

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

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