Html Css Color HEX #FC9100 Dark Orange

📋 copy color: '#FC9100'

red 252 ◦ green 145 ◦ blue 0

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

Shades of Dark Orange #FC9100

Tints of Dark Orange #FC9100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.48%
G = 36.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC9100 (or 0xFC9100) is known color: Dark Orange. HEX triplet: FC, 91 and 00. RGB value is (252,145,0). Sum of RGB (Red+Green+Blue) = 252+145+0=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9100 is #036EFF. Grayscale: #A1A1A1. Windows color (decimal): -225024 or 37372. OLE color: 37372.

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

Color convert

RGB 252 145 0 -
CMYK 0 0.42 1 0.01
HSL 34.52º 1% 0.49% -
HSV(B) 34.52º 1% 0.99% -
XYZ 50.27 40.95 5.25 -
YUV 160.46 37.45 193.29 -
System Red Green Blue C M Y K H S L
Decimal 252 145 0 0 0.42 1 0.01 34.52 1 0.49
Hex FC 91 0 0 2A 64 1 23 64 31
Octal 374 221 0 0 52 144 1 43 144 61
Binary 11111100 10010001 0 0 101010 1100100 1 100011 1100100 110001

Color Harmonies of #FC9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9100

Black with #FC9100

Text Example


Text Example

White with #FC9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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