Html Css Color HEX #FC9505 Dark Orange

📋 copy color: '#FC9505'

red 252 ◦ green 149 ◦ blue 5

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

Shades of Dark Orange #FC9505

Tints of Dark Orange #FC9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 62.07%
G = 36.7%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9505 (or 0xFC9505) is known color: Dark Orange. HEX triplet: FC, 95 and 05. RGB value is (252,149,5). Sum of RGB (Red+Green+Blue) = 252+149+5=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9505 is #036AFA. Grayscale: #A4A4A4. Windows color (decimal): -223995 or 366076. OLE color: 366076.

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

Color convert

RGB 252 149 5 -
CMYK 0 0.41 0.98 0.01
HSL 34.98º 0.98% 0.5% -
HSV(B) 34.98º 0.98% 0.99% -
XYZ 50.92 42.2 5.61 -
YUV 163.38 38.62 191.21 -
System Red Green Blue C M Y K H S L
Decimal 252 149 5 0 0.41 0.98 0.01 34.98 0.98 0.5
Hex FC 95 5 0 29 62 1 23 62 32
Octal 374 225 5 0 51 142 1 43 142 62
Binary 11111100 10010101 101 0 101001 1100010 1 100011 1100010 110010

Color Harmonies of #FC9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9505

Black with #FC9505

Text Example


Text Example

White with #FC9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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