Shades of Safety Orange #F87200
Tints of Safety Orange #F87200
RGB
CMYK
RGB Variations
Color information
#F87200 (or 0xF87200) is known color: Safety Orange. HEX triplet: F8, 72 and 00. RGB value is (248,114,0). Sum of RGB (Red+Green+Blue) = 248+114+0=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F87200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87200 is #078DFF. Grayscale: #8D8D8D. Windows color (decimal): -495104 or 29432. OLE color: 29432.
HSL color Cylindrical-coordinate representation of color #F87200: hue angle of 27.58º 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 #F87200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.03 |
| HSL | 27.58º | 1% | 0.49% | - |
| HSV(B) | 27.58º | 1% | 0.97% | - |
| XYZ | 44.73 | 31.99 | 3.82 | - |
| YUV | 141.07 | 48.39 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 0 | 0 | 0.54 | 1 | 0.03 | 27.58 | 1 | 0.49 |
| Hex | F8 | 72 | 0 | 0 | 36 | 64 | 3 | 1C | 64 | 31 |
| Octal | 370 | 162 | 0 | 0 | 66 | 144 | 3 | 34 | 144 | 61 |
| Binary | 11111000 | 1110010 | 0 | 0 | 110110 | 1100100 | 11 | 11100 | 1100100 | 110001 |
Color Harmonies of #F87200
Complementary color
Monochromatic Colors of #F87200
Black with #F87200
Text Example
Text Example
White with #F87200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87200; }
p { color: rgb(248,114,0); }
H1.HeaderClassName
{
color: #F87200;
}
.AnyTagClassName
{
color: #F87200;
}
</style>
background-color css
<style>
a { background-color: #F87200; }
a { background-color: rgb(248,114,0); }
div.DivClassName
{
background-color: #F87200;
}
.BgClassName
{
background-color: #F87200;
}
</style>
border-color css
<style>
span { border-color: #F87200; }
span { border-color: rgb(248,114,0); }
td.TdClassName
{
border-color: #F87200;
}
.TagClassName
{
border-color: #F87200;
}
</style>