Shades of Dark Orange #FC9203
Tints of Dark Orange #FC9203
RGB
CMYK
RGB Variations
Color information
#FC9203 (or 0xFC9203) is known color: Dark Orange. HEX triplet: FC, 92 and 03. RGB value is (252,146,3). Sum of RGB (Red+Green+Blue) = 252+146+3=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9203 is #036DFC. Grayscale: #A2A2A2. Windows color (decimal): -224765 or 234236. OLE color: 234236.
HSL color Cylindrical-coordinate representation of color #FC9203: hue angle of 34.46º 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 #FC9203 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.01 |
| HSL | 34.46º | 0.98% | 0.5% | - |
| HSV(B) | 34.46º | 0.99% | 0.99% | - |
| XYZ | 50.44 | 41.26 | 5.39 | - |
| YUV | 161.39 | 38.62 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 3 | 0 | 0.42 | 0.99 | 0.01 | 34.46 | 0.98 | 0.5 |
| Hex | FC | 92 | 3 | 0 | 2A | 63 | 1 | 22 | 62 | 32 |
| Octal | 374 | 222 | 3 | 0 | 52 | 143 | 1 | 42 | 142 | 62 |
| Binary | 11111100 | 10010010 | 11 | 0 | 101010 | 1100011 | 1 | 100010 | 1100010 | 110010 |
Color Harmonies of #FC9203
Complementary color
Monochromatic Colors of #FC9203
Black with #FC9203
Text Example
Text Example
White with #FC9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9203; }
p { color: rgb(252,146,3); }
H1.HeaderClassName
{
color: #FC9203;
}
.AnyTagClassName
{
color: #FC9203;
}
</style>
background-color css
<style>
a { background-color: #FC9203; }
a { background-color: rgb(252,146,3); }
div.DivClassName
{
background-color: #FC9203;
}
.BgClassName
{
background-color: #FC9203;
}
</style>
border-color css
<style>
span { border-color: #FC9203; }
span { border-color: rgb(252,146,3); }
td.TdClassName
{
border-color: #FC9203;
}
.TagClassName
{
border-color: #FC9203;
}
</style>