Shades of Safety Orange #F8610D
Tints of Safety Orange #F8610D
RGB
CMYK
RGB Variations
Color information
#F8610D (or 0xF8610D) is known color: Safety Orange. HEX triplet: F8, 61 and 0D. RGB value is (248,97,13). Sum of RGB (Red+Green+Blue) = 248+97+13=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8610D is #079EF2. Grayscale: #858585. Windows color (decimal): -499443 or 877048. OLE color: 877048.
HSL color Cylindrical-coordinate representation of color #F8610D: hue angle of 21.45º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8610D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.03 |
| HSL | 21.45º | 0.94% | 0.51% | - |
| HSV(B) | 21.45º | 0.95% | 0.97% | - |
| XYZ | 43.06 | 28.53 | 3.62 | - |
| YUV | 132.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 13 | 0 | 0.61 | 0.95 | 0.03 | 21.45 | 0.94 | 0.51 |
| Hex | F8 | 61 | D | 0 | 3D | 5F | 3 | 15 | 5E | 33 |
| Octal | 370 | 141 | 15 | 0 | 75 | 137 | 3 | 25 | 136 | 63 |
| Binary | 11111000 | 1100001 | 1101 | 0 | 111101 | 1011111 | 11 | 10101 | 1011110 | 110011 |
Color Harmonies of #F8610D
Complementary color
Monochromatic Colors of #F8610D
Black with #F8610D
Text Example
Text Example
White with #F8610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8610D; }
p { color: rgb(248,97,13); }
H1.HeaderClassName
{
color: #F8610D;
}
.AnyTagClassName
{
color: #F8610D;
}
</style>
background-color css
<style>
a { background-color: #F8610D; }
a { background-color: rgb(248,97,13); }
div.DivClassName
{
background-color: #F8610D;
}
.BgClassName
{
background-color: #F8610D;
}
</style>
border-color css
<style>
span { border-color: #F8610D; }
span { border-color: rgb(248,97,13); }
td.TdClassName
{
border-color: #F8610D;
}
.TagClassName
{
border-color: #F8610D;
}
</style>