Html Css Color HEX #FC8504 Dark Orange

📋 copy color: '#FC8504'

red 252 ◦ green 133 ◦ blue 4

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

Shades of Dark Orange #FC8504

Tints of Dark Orange #FC8504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 64.78%
G = 34.19%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8504 (or 0xFC8504) is known color: Dark Orange. HEX triplet: FC, 85 and 04. RGB value is (252,133,4). Sum of RGB (Red+Green+Blue) = 252+133+4=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8504 is #037AFB. Grayscale: #9A9A9A. Windows color (decimal): -228092 or 296444. OLE color: 296444.

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

Color convert

RGB 252 133 4 -
CMYK 0 0.47 0.98 0.01
HSL 31.21º 0.98% 0.5% -
HSV(B) 31.21º 0.98% 0.99% -
XYZ 48.55 37.48 4.79 -
YUV 153.88 43.42 197.99 -
System Red Green Blue C M Y K H S L
Decimal 252 133 4 0 0.47 0.98 0.01 31.21 0.98 0.5
Hex FC 85 4 0 2F 62 1 1F 62 32
Octal 374 205 4 0 57 142 1 37 142 62
Binary 11111100 10000101 100 0 101111 1100010 1 11111 1100010 110010

Color Harmonies of #FC8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8504

Black with #FC8504

Text Example


Text Example

White with #FC8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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