Html Css Color HEX #FC8502 Dark Orange

📋 copy color: '#FC8502'

red 252 ◦ green 133 ◦ blue 2

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

Shades of Dark Orange #FC8502

Tints of Dark Orange #FC8502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 65.12%
G = 34.37%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC8502 (or 0xFC8502) is known color: Dark Orange. HEX triplet: FC, 85 and 02. RGB value is (252,133,2). Sum of RGB (Red+Green+Blue) = 252+133+2=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8502 is #037AFD. Grayscale: #9A9A9A. Windows color (decimal): -228094 or 165372. OLE color: 165372.

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

Color convert

RGB 252 133 2 -
CMYK 0 0.47 0.99 0.01
HSL 31.44º 0.98% 0.5% -
HSV(B) 31.44º 0.99% 0.99% -
XYZ 48.54 37.47 4.73 -
YUV 153.65 42.42 198.15 -
System Red Green Blue C M Y K H S L
Decimal 252 133 2 0 0.47 0.99 0.01 31.44 0.98 0.5
Hex FC 85 2 0 2F 63 1 1F 62 32
Octal 374 205 2 0 57 143 1 37 142 62
Binary 11111100 10000101 10 0 101111 1100011 1 11111 1100010 110010

Color Harmonies of #FC8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8502

Black with #FC8502

Text Example


Text Example

White with #FC8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8502; }

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

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

background-color css

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

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

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

border-color css

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

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

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