Html Css Color HEX #FC8501 Dark Orange

📋 copy color: '#FC8501'

red 252 ◦ green 133 ◦ blue 1

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

Shades of Dark Orange #FC8501

Tints of Dark Orange #FC8501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.28%
G = 34.46%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC8501 (or 0xFC8501) is known color: Dark Orange. HEX triplet: FC, 85 and 01. RGB value is (252,133,1). Sum of RGB (Red+Green+Blue) = 252+133+1=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8501 is #037AFE. Grayscale: #9A9A9A. Windows color (decimal): -228095 or 99836. OLE color: 99836.

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

Color convert

RGB 252 133 1 -
CMYK 0 0.47 1.00 0.01
HSL 31.55º 0.99% 0.5% -
HSV(B) 31.55º 1% 0.99% -
XYZ 48.54 37.47 4.7 -
YUV 153.53 41.92 198.23 -
System Red Green Blue C M Y K H S L
Decimal 252 133 1 0 0.47 1.00 0.01 31.55 0.99 0.5
Hex FC 85 1 0 2F 64 1 20 63 32
Octal 374 205 1 0 57 144 1 40 143 62
Binary 11111100 10000101 1 0 101111 1100100 1 100000 1100011 110010

Color Harmonies of #FC8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8501

Black with #FC8501

Text Example


Text Example

White with #FC8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8501; }

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

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

background-color css

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

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

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

border-color css

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

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

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