Shades of Dark Orange #FC9103
Tints of Dark Orange #FC9103
RGB
CMYK
RGB Variations
Color information
#FC9103 (or 0xFC9103) is known color: Dark Orange. HEX triplet: FC, 91 and 03. RGB value is (252,145,3). Sum of RGB (Red+Green+Blue) = 252+145+3=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9103 is #036EFC. Grayscale: #A1A1A1. Windows color (decimal): -225021 or 233980. OLE color: 233980.
HSL color Cylindrical-coordinate representation of color #FC9103: hue angle of 34.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC9103 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.01 |
| HSL | 34.22º | 0.98% | 0.5% | - |
| HSV(B) | 34.22º | 0.99% | 0.99% | - |
| XYZ | 50.29 | 40.95 | 5.34 | - |
| YUV | 160.81 | 38.95 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 3 | 0 | 0.42 | 0.99 | 0.01 | 34.22 | 0.98 | 0.5 |
| Hex | FC | 91 | 3 | 0 | 2A | 63 | 1 | 22 | 62 | 32 |
| Octal | 374 | 221 | 3 | 0 | 52 | 143 | 1 | 42 | 142 | 62 |
| Binary | 11111100 | 10010001 | 11 | 0 | 101010 | 1100011 | 1 | 100010 | 1100010 | 110010 |
Color Harmonies of #FC9103
Complementary color
Monochromatic Colors of #FC9103
Black with #FC9103
Text Example
Text Example
White with #FC9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9103; }
p { color: rgb(252,145,3); }
H1.HeaderClassName
{
color: #FC9103;
}
.AnyTagClassName
{
color: #FC9103;
}
</style>
background-color css
<style>
a { background-color: #FC9103; }
a { background-color: rgb(252,145,3); }
div.DivClassName
{
background-color: #FC9103;
}
.BgClassName
{
background-color: #FC9103;
}
</style>
border-color css
<style>
span { border-color: #FC9103; }
span { border-color: rgb(252,145,3); }
td.TdClassName
{
border-color: #FC9103;
}
.TagClassName
{
border-color: #FC9103;
}
</style>