Html Css Color HEX #FC9500 Dark Orange

📋 copy color: '#FC9500'

red 252 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #FC9500

Tints of Dark Orange #FC9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 62.84%
G = 37.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC9500 (or 0xFC9500) is known color: Dark Orange. HEX triplet: FC, 95 and 00. RGB value is (252,149,0). Sum of RGB (Red+Green+Blue) = 252+149+0=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9500 is #036AFF. Grayscale: #A3A3A3. Windows color (decimal): -224000 or 38396. OLE color: 38396.

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

Color convert

RGB 252 149 0 -
CMYK 0 0.41 1 0.01
HSL 35.48º 1% 0.49% -
HSV(B) 35.48º 1% 0.99% -
XYZ 50.89 42.19 5.46 -
YUV 162.81 36.12 191.62 -
System Red Green Blue C M Y K H S L
Decimal 252 149 0 0 0.41 1 0.01 35.48 1 0.49
Hex FC 95 0 0 29 64 1 23 64 31
Octal 374 225 0 0 51 144 1 43 144 61
Binary 11111100 10010101 0 0 101001 1100100 1 100011 1100100 110001

Color Harmonies of #FC9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9500

Black with #FC9500

Text Example


Text Example

White with #FC9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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