Html Css Color HEX #FC9201 Dark Orange

📋 copy color: '#FC9201'

red 252 ◦ green 146 ◦ blue 1

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

Shades of Dark Orange #FC9201

Tints of Dark Orange #FC9201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 63.16%
G = 36.59%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC9201 (or 0xFC9201) is known color: Dark Orange. HEX triplet: FC, 92 and 01. RGB value is (252,146,1). Sum of RGB (Red+Green+Blue) = 252+146+1=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9201 is #036DFE. Grayscale: #A1A1A1. Windows color (decimal): -224767 or 103164. OLE color: 103164.

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

Color convert

RGB 252 146 1 -
CMYK 0 0.42 1.00 0.01
HSL 34.66º 0.99% 0.5% -
HSV(B) 34.66º 1% 0.99% -
XYZ 50.43 41.26 5.33 -
YUV 161.16 37.62 192.79 -
System Red Green Blue C M Y K H S L
Decimal 252 146 1 0 0.42 1.00 0.01 34.66 0.99 0.5
Hex FC 92 1 0 2A 64 1 23 63 32
Octal 374 222 1 0 52 144 1 43 143 62
Binary 11111100 10010010 1 0 101010 1100100 1 100011 1100011 110010

Color Harmonies of #FC9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9201

Black with #FC9201

Text Example


Text Example

White with #FC9201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9201; }

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

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

background-color css

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

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

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

border-color css

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

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

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