Shades of Dark Orange #FC850F
Tints of Dark Orange #FC850F
RGB
CMYK
RGB Variations
Color information
#FC850F (or 0xFC850F) is known color: Dark Orange. HEX triplet: FC, 85 and 0F. RGB value is (252,133,15). Sum of RGB (Red+Green+Blue) = 252+133+15=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC850F is #037AF0. Grayscale: #9B9B9B. Windows color (decimal): -228081 or 1017340. OLE color: 1017340.
HSL color Cylindrical-coordinate representation of color #FC850F: hue angle of 29.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC850F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.01 |
| HSL | 29.87º | 0.98% | 0.52% | - |
| HSV(B) | 29.87º | 0.94% | 0.99% | - |
| XYZ | 48.62 | 37.51 | 5.13 | - |
| YUV | 155.13 | 48.92 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 15 | 0 | 0.47 | 0.94 | 0.01 | 29.87 | 0.98 | 0.52 |
| Hex | FC | 85 | F | 0 | 2F | 5E | 1 | 1E | 62 | 34 |
| Octal | 374 | 205 | 17 | 0 | 57 | 136 | 1 | 36 | 142 | 64 |
| Binary | 11111100 | 10000101 | 1111 | 0 | 101111 | 1011110 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FC850F
Complementary color
Monochromatic Colors of #FC850F
Black with #FC850F
Text Example
Text Example
White with #FC850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC850F; }
p { color: rgb(252,133,15); }
H1.HeaderClassName
{
color: #FC850F;
}
.AnyTagClassName
{
color: #FC850F;
}
</style>
background-color css
<style>
a { background-color: #FC850F; }
a { background-color: rgb(252,133,15); }
div.DivClassName
{
background-color: #FC850F;
}
.BgClassName
{
background-color: #FC850F;
}
</style>
border-color css
<style>
span { border-color: #FC850F; }
span { border-color: rgb(252,133,15); }
td.TdClassName
{
border-color: #FC850F;
}
.TagClassName
{
border-color: #FC850F;
}
</style>