Html Css Color HEX #FC8401 Dark Orange

📋 copy color: '#FC8401'

red 252 ◦ green 132 ◦ blue 1

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

Shades of Dark Orange #FC8401

Tints of Dark Orange #FC8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 65.45%
G = 34.29%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC8401 (or 0xFC8401) is known color: Dark Orange. HEX triplet: FC, 84 and 01. RGB value is (252,132,1). Sum of RGB (Red+Green+Blue) = 252+132+1=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8401 is #037BFE. Grayscale: #999999. Windows color (decimal): -228351 or 99580. OLE color: 99580.

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

Color convert

RGB 252 132 1 -
CMYK 0 0.48 1.00 0.01
HSL 31.31º 0.99% 0.5% -
HSV(B) 31.31º 1% 0.99% -
XYZ 48.4 37.2 4.66 -
YUV 152.95 42.26 198.65 -
System Red Green Blue C M Y K H S L
Decimal 252 132 1 0 0.48 1.00 0.01 31.31 0.99 0.5
Hex FC 84 1 0 30 64 1 1F 63 32
Octal 374 204 1 0 60 144 1 37 143 62
Binary 11111100 10000100 1 0 110000 1100100 1 11111 1100011 110010

Color Harmonies of #FC8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8401

Black with #FC8401

Text Example


Text Example

White with #FC8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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