Html Css Color HEX #FC9311 Dark Orange

📋 copy color: '#FC9311'

red 252 ◦ green 147 ◦ blue 17

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

Shades of Dark Orange #FC9311

Tints of Dark Orange #FC9311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 60.58%
G = 35.34%
B = 4.09%

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

#FC9311 (or 0xFC9311) is known color: Dark Orange. HEX triplet: FC, 93 and 11. RGB value is (252,147,17). Sum of RGB (Red+Green+Blue) = 252+147+17=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9311 is #036CEE. Grayscale: #A4A4A4. Windows color (decimal): -224495 or 1151996. OLE color: 1151996.

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

Color convert

RGB 252 147 17 -
CMYK 0 0.42 0.93 0.01
HSL 33.19º 0.98% 0.53% -
HSV(B) 33.19º 0.93% 0.99% -
XYZ 50.68 41.6 5.89 -
YUV 163.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 252 147 17 0 0.42 0.93 0.01 33.19 0.98 0.53
Hex FC 93 11 0 2A 5D 1 21 62 35
Octal 374 223 21 0 52 135 1 41 142 65
Binary 11111100 10010011 10001 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FC9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9311

Black with #FC9311

Text Example


Text Example

White with #FC9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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