Shades of Dark Orange #FC850A
Tints of Dark Orange #FC850A
RGB
CMYK
RGB Variations
Color information
#FC850A (or 0xFC850A) is known color: Dark Orange. HEX triplet: FC, 85 and 0A. RGB value is (252,133,10). Sum of RGB (Red+Green+Blue) = 252+133+10=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC850A is #037AF5. Grayscale: #9B9B9B. Windows color (decimal): -228086 or 689660. OLE color: 689660.
HSL color Cylindrical-coordinate representation of color #FC850A: hue angle of 30.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC850A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.01 |
| HSL | 30.5º | 0.98% | 0.51% | - |
| HSV(B) | 30.5º | 0.96% | 0.99% | - |
| XYZ | 48.59 | 37.49 | 4.96 | - |
| YUV | 154.56 | 46.42 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 10 | 0 | 0.47 | 0.96 | 0.01 | 30.5 | 0.98 | 0.51 |
| Hex | FC | 85 | A | 0 | 2F | 60 | 1 | 1E | 62 | 33 |
| Octal | 374 | 205 | 12 | 0 | 57 | 140 | 1 | 36 | 142 | 63 |
| Binary | 11111100 | 10000101 | 1010 | 0 | 101111 | 1100000 | 1 | 11110 | 1100010 | 110011 |
Color Harmonies of #FC850A
Complementary color
Monochromatic Colors of #FC850A
Black with #FC850A
Text Example
Text Example
White with #FC850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC850A; }
p { color: rgb(252,133,10); }
H1.HeaderClassName
{
color: #FC850A;
}
.AnyTagClassName
{
color: #FC850A;
}
</style>
background-color css
<style>
a { background-color: #FC850A; }
a { background-color: rgb(252,133,10); }
div.DivClassName
{
background-color: #FC850A;
}
.BgClassName
{
background-color: #FC850A;
}
</style>
border-color css
<style>
span { border-color: #FC850A; }
span { border-color: rgb(252,133,10); }
td.TdClassName
{
border-color: #FC850A;
}
.TagClassName
{
border-color: #FC850A;
}
</style>