Shades of Dark Orange #FC9300
Tints of Dark Orange #FC9300
RGB
CMYK
RGB Variations
Color information
#FC9300 (or 0xFC9300) is known color: Dark Orange. HEX triplet: FC, 93 and 00. RGB value is (252,147,0). Sum of RGB (Red+Green+Blue) = 252+147+0=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9300 is #036CFF. Grayscale: #A2A2A2. Windows color (decimal): -224512 or 37884. OLE color: 37884.
HSL color Cylindrical-coordinate representation of color #FC9300: hue angle of 35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC9300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.01 |
| HSL | 35º | 1% | 0.49% | - |
| HSV(B) | 35º | 1% | 0.99% | - |
| XYZ | 50.58 | 41.56 | 5.36 | - |
| YUV | 161.64 | 36.79 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 0 | 0 | 0.42 | 1 | 0.01 | 35 | 1 | 0.49 |
| Hex | FC | 93 | 0 | 0 | 2A | 64 | 1 | 23 | 64 | 31 |
| Octal | 374 | 223 | 0 | 0 | 52 | 144 | 1 | 43 | 144 | 61 |
| Binary | 11111100 | 10010011 | 0 | 0 | 101010 | 1100100 | 1 | 100011 | 1100100 | 110001 |
Color Harmonies of #FC9300
Complementary color
Monochromatic Colors of #FC9300
Black with #FC9300
Text Example
Text Example
White with #FC9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9300; }
p { color: rgb(252,147,0); }
H1.HeaderClassName
{
color: #FC9300;
}
.AnyTagClassName
{
color: #FC9300;
}
</style>
background-color css
<style>
a { background-color: #FC9300; }
a { background-color: rgb(252,147,0); }
div.DivClassName
{
background-color: #FC9300;
}
.BgClassName
{
background-color: #FC9300;
}
</style>
border-color css
<style>
span { border-color: #FC9300; }
span { border-color: rgb(252,147,0); }
td.TdClassName
{
border-color: #FC9300;
}
.TagClassName
{
border-color: #FC9300;
}
</style>