Shades of Safety Orange #F87203
Tints of Safety Orange #F87203
RGB
CMYK
RGB Variations
Color information
#F87203 (or 0xF87203) is known color: Safety Orange. HEX triplet: F8, 72 and 03. RGB value is (248,114,3). Sum of RGB (Red+Green+Blue) = 248+114+3=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F87203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87203 is #078DFC. Grayscale: #8D8D8D. Windows color (decimal): -495101 or 226040. OLE color: 226040.
HSL color Cylindrical-coordinate representation of color #F87203: hue angle of 27.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F87203 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.03 |
| HSL | 27.18º | 0.98% | 0.49% | - |
| HSV(B) | 27.18º | 0.99% | 0.97% | - |
| XYZ | 44.75 | 32 | 3.9 | - |
| YUV | 141.41 | 49.89 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 3 | 0 | 0.54 | 0.99 | 0.03 | 27.18 | 0.98 | 0.49 |
| Hex | F8 | 72 | 3 | 0 | 36 | 63 | 3 | 1B | 62 | 31 |
| Octal | 370 | 162 | 3 | 0 | 66 | 143 | 3 | 33 | 142 | 61 |
| Binary | 11111000 | 1110010 | 11 | 0 | 110110 | 1100011 | 11 | 11011 | 1100010 | 110001 |
Color Harmonies of #F87203
Complementary color
Monochromatic Colors of #F87203
Black with #F87203
Text Example
Text Example
White with #F87203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87203; }
p { color: rgb(248,114,3); }
H1.HeaderClassName
{
color: #F87203;
}
.AnyTagClassName
{
color: #F87203;
}
</style>
background-color css
<style>
a { background-color: #F87203; }
a { background-color: rgb(248,114,3); }
div.DivClassName
{
background-color: #F87203;
}
.BgClassName
{
background-color: #F87203;
}
</style>
border-color css
<style>
span { border-color: #F87203; }
span { border-color: rgb(248,114,3); }
td.TdClassName
{
border-color: #F87203;
}
.TagClassName
{
border-color: #F87203;
}
</style>