Shades of Safety Orange #F85D0C
Tints of Safety Orange #F85D0C
RGB
CMYK
RGB Variations
Color information
#F85D0C (or 0xF85D0C) is known color: Safety Orange. HEX triplet: F8, 5D and 0C. RGB value is (248,93,12). Sum of RGB (Red+Green+Blue) = 248+93+12=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D0C is #07A2F3. Grayscale: #828282. Windows color (decimal): -500468 or 810488. OLE color: 810488.
HSL color Cylindrical-coordinate representation of color #F85D0C: hue angle of 20.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F85D0C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.03 |
| HSL | 20.59º | 0.94% | 0.51% | - |
| HSV(B) | 20.59º | 0.95% | 0.97% | - |
| XYZ | 42.69 | 27.81 | 3.47 | - |
| YUV | 130.11 | 61.35 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 12 | 0 | 0.62 | 0.95 | 0.03 | 20.59 | 0.94 | 0.51 |
| Hex | F8 | 5D | C | 0 | 3E | 5F | 3 | 15 | 5E | 33 |
| Octal | 370 | 135 | 14 | 0 | 76 | 137 | 3 | 25 | 136 | 63 |
| Binary | 11111000 | 1011101 | 1100 | 0 | 111110 | 1011111 | 11 | 10101 | 1011110 | 110011 |
Color Harmonies of #F85D0C
Complementary color
Monochromatic Colors of #F85D0C
Black with #F85D0C
Text Example
Text Example
White with #F85D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D0C; }
p { color: rgb(248,93,12); }
H1.HeaderClassName
{
color: #F85D0C;
}
.AnyTagClassName
{
color: #F85D0C;
}
</style>
background-color css
<style>
a { background-color: #F85D0C; }
a { background-color: rgb(248,93,12); }
div.DivClassName
{
background-color: #F85D0C;
}
.BgClassName
{
background-color: #F85D0C;
}
</style>
border-color css
<style>
span { border-color: #F85D0C; }
span { border-color: rgb(248,93,12); }
td.TdClassName
{
border-color: #F85D0C;
}
.TagClassName
{
border-color: #F85D0C;
}
</style>