Html Css Color HEX #FC9502 Dark Orange

📋 copy color: '#FC9502'

red 252 ◦ green 149 ◦ blue 2

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

Shades of Dark Orange #FC9502

Tints of Dark Orange #FC9502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.53%
G = 36.97%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC9502 (or 0xFC9502) is known color: Dark Orange. HEX triplet: FC, 95 and 02. RGB value is (252,149,2). Sum of RGB (Red+Green+Blue) = 252+149+2=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9502 is #036AFD. Grayscale: #A3A3A3. Windows color (decimal): -223998 or 169468. OLE color: 169468.

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

Color convert

RGB 252 149 2 -
CMYK 0 0.41 0.99 0.01
HSL 35.28º 0.98% 0.5% -
HSV(B) 35.28º 0.99% 0.99% -
XYZ 50.9 42.19 5.52 -
YUV 163.04 37.12 191.45 -
System Red Green Blue C M Y K H S L
Decimal 252 149 2 0 0.41 0.99 0.01 35.28 0.98 0.5
Hex FC 95 2 0 29 63 1 23 62 32
Octal 374 225 2 0 51 143 1 43 142 62
Binary 11111100 10010101 10 0 101001 1100011 1 100011 1100010 110010

Color Harmonies of #FC9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9502

Black with #FC9502

Text Example


Text Example

White with #FC9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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