Shades of Safety Orange #F85D00
Tints of Safety Orange #F85D00
RGB
CMYK
RGB Variations
Color information
#F85D00 (or 0xF85D00) is known color: Safety Orange. HEX triplet: F8, 5D and 00. RGB value is (248,93,0). Sum of RGB (Red+Green+Blue) = 248+93+0=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D00 is #07A2FF. Grayscale: #818181. Windows color (decimal): -500480 or 24056. OLE color: 24056.
HSL color Cylindrical-coordinate representation of color #F85D00: hue angle of 22.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.03 |
| HSL | 22.5º | 1% | 0.49% | - |
| HSV(B) | 22.5º | 1% | 0.97% | - |
| XYZ | 42.63 | 27.79 | 3.12 | - |
| YUV | 128.74 | 55.35 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 0 | 0 | 0.62 | 1 | 0.03 | 22.5 | 1 | 0.49 |
| Hex | F8 | 5D | 0 | 0 | 3E | 64 | 3 | 16 | 64 | 31 |
| Octal | 370 | 135 | 0 | 0 | 76 | 144 | 3 | 26 | 144 | 61 |
| Binary | 11111000 | 1011101 | 0 | 0 | 111110 | 1100100 | 11 | 10110 | 1100100 | 110001 |
Color Harmonies of #F85D00
Complementary color
Monochromatic Colors of #F85D00
Black with #F85D00
Text Example
Text Example
White with #F85D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D00; }
p { color: rgb(248,93,0); }
H1.HeaderClassName
{
color: #F85D00;
}
.AnyTagClassName
{
color: #F85D00;
}
</style>
background-color css
<style>
a { background-color: #F85D00; }
a { background-color: rgb(248,93,0); }
div.DivClassName
{
background-color: #F85D00;
}
.BgClassName
{
background-color: #F85D00;
}
</style>
border-color css
<style>
span { border-color: #F85D00; }
span { border-color: rgb(248,93,0); }
td.TdClassName
{
border-color: #F85D00;
}
.TagClassName
{
border-color: #F85D00;
}
</style>