Html Css Color HEX #FC9001 Dark Orange

📋 copy color: '#FC9001'

red 252 ◦ green 144 ◦ blue 1

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

Shades of Dark Orange #FC9001

Tints of Dark Orange #FC9001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 63.48%
G = 36.27%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC9001 (or 0xFC9001) is known color: Dark Orange. HEX triplet: FC, 90 and 01. RGB value is (252,144,1). Sum of RGB (Red+Green+Blue) = 252+144+1=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9001 is #036FFE. Grayscale: #A0A0A0. Windows color (decimal): -225279 or 102652. OLE color: 102652.

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

Color convert

RGB 252 144 1 -
CMYK 0 0.43 1.00 0.01
HSL 34.18º 0.99% 0.5% -
HSV(B) 34.18º 1% 0.99% -
XYZ 50.12 40.64 5.23 -
YUV 159.99 38.28 193.63 -
System Red Green Blue C M Y K H S L
Decimal 252 144 1 0 0.43 1.00 0.01 34.18 0.99 0.5
Hex FC 90 1 0 2B 64 1 22 63 32
Octal 374 220 1 0 53 144 1 42 143 62
Binary 11111100 10010000 1 0 101011 1100100 1 100010 1100011 110010

Color Harmonies of #FC9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9001

Black with #FC9001

Text Example


Text Example

White with #FC9001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9001; }

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

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

background-color css

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

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

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

border-color css

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

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

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