Html Css Color HEX #FC8901 Dark Orange

📋 copy color: '#FC8901'

red 252 ◦ green 137 ◦ blue 1

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

Shades of Dark Orange #FC8901

Tints of Dark Orange #FC8901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 64.62%
G = 35.13%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC8901 (or 0xFC8901) is known color: Dark Orange. HEX triplet: FC, 89 and 01. RGB value is (252,137,1). Sum of RGB (Red+Green+Blue) = 252+137+1=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8901 is #0376FE. Grayscale: #9C9C9C. Windows color (decimal): -227071 or 100860. OLE color: 100860.

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

Color convert

RGB 252 137 1 -
CMYK 0 0.46 1.00 0.01
HSL 32.51º 0.99% 0.5% -
HSV(B) 32.51º 1% 0.99% -
XYZ 49.1 38.59 4.89 -
YUV 155.88 40.6 196.56 -
System Red Green Blue C M Y K H S L
Decimal 252 137 1 0 0.46 1.00 0.01 32.51 0.99 0.5
Hex FC 89 1 0 2E 64 1 21 63 32
Octal 374 211 1 0 56 144 1 41 143 62
Binary 11111100 10001001 1 0 101110 1100100 1 100001 1100011 110010

Color Harmonies of #FC8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8901

Black with #FC8901

Text Example


Text Example

White with #FC8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8901; }

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

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

background-color css

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

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

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

border-color css

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

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

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