Shades of Safety Orange #F85D14
Tints of Safety Orange #F85D14
RGB
CMYK
RGB Variations
Color information
#F85D14 (or 0xF85D14) is known color: Safety Orange. HEX triplet: F8, 5D and 14. RGB value is (248,93,20). Sum of RGB (Red+Green+Blue) = 248+93+20=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D14 is #07A2EB. Grayscale: #838383. Windows color (decimal): -500460 or 1334776. OLE color: 1334776.
HSL color Cylindrical-coordinate representation of color #F85D14: hue angle of 19.21º 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 #F85D14 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 20 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.03 |
| HSL | 19.21º | 0.94% | 0.53% | - |
| HSV(B) | 19.21º | 0.92% | 0.97% | - |
| XYZ | 42.75 | 27.84 | 3.78 | - |
| YUV | 131.02 | 65.35 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 20 | 0 | 0.62 | 0.92 | 0.03 | 19.21 | 0.94 | 0.53 |
| Hex | F8 | 5D | 14 | 0 | 3E | 5C | 3 | 13 | 5E | 35 |
| Octal | 370 | 135 | 24 | 0 | 76 | 134 | 3 | 23 | 136 | 65 |
| Binary | 11111000 | 1011101 | 10100 | 0 | 111110 | 1011100 | 11 | 10011 | 1011110 | 110101 |
Color Harmonies of #F85D14
Complementary color
Monochromatic Colors of #F85D14
Black with #F85D14
Text Example
Text Example
White with #F85D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D14; }
p { color: rgb(248,93,20); }
H1.HeaderClassName
{
color: #F85D14;
}
.AnyTagClassName
{
color: #F85D14;
}
</style>
background-color css
<style>
a { background-color: #F85D14; }
a { background-color: rgb(248,93,20); }
div.DivClassName
{
background-color: #F85D14;
}
.BgClassName
{
background-color: #F85D14;
}
</style>
border-color css
<style>
span { border-color: #F85D14; }
span { border-color: rgb(248,93,20); }
td.TdClassName
{
border-color: #F85D14;
}
.TagClassName
{
border-color: #F85D14;
}
</style>