Shades of Safety Orange #F85D15
Tints of Safety Orange #F85D15
RGB
CMYK
RGB Variations
Color information
#F85D15 (or 0xF85D15) is known color: Safety Orange. HEX triplet: F8, 5D and 15. RGB value is (248,93,21). Sum of RGB (Red+Green+Blue) = 248+93+21=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D15 is #07A2EA. Grayscale: #838383. Windows color (decimal): -500459 or 1400312. OLE color: 1400312.
HSL color Cylindrical-coordinate representation of color #F85D15: hue angle of 19.03º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F85D15 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 21 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.03 |
| HSL | 19.03º | 0.94% | 0.53% | - |
| HSV(B) | 19.03º | 0.92% | 0.97% | - |
| XYZ | 42.76 | 27.84 | 3.83 | - |
| YUV | 131.14 | 65.85 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 21 | 0 | 0.62 | 0.92 | 0.03 | 19.03 | 0.94 | 0.53 |
| Hex | F8 | 5D | 15 | 0 | 3E | 5C | 3 | 13 | 5E | 35 |
| Octal | 370 | 135 | 25 | 0 | 76 | 134 | 3 | 23 | 136 | 65 |
| Binary | 11111000 | 1011101 | 10101 | 0 | 111110 | 1011100 | 11 | 10011 | 1011110 | 110101 |
Color Harmonies of #F85D15
Complementary color
Monochromatic Colors of #F85D15
Black with #F85D15
Text Example
Text Example
White with #F85D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D15; }
p { color: rgb(248,93,21); }
H1.HeaderClassName
{
color: #F85D15;
}
.AnyTagClassName
{
color: #F85D15;
}
</style>
background-color css
<style>
a { background-color: #F85D15; }
a { background-color: rgb(248,93,21); }
div.DivClassName
{
background-color: #F85D15;
}
.BgClassName
{
background-color: #F85D15;
}
</style>
border-color css
<style>
span { border-color: #F85D15; }
span { border-color: rgb(248,93,21); }
td.TdClassName
{
border-color: #F85D15;
}
.TagClassName
{
border-color: #F85D15;
}
</style>