Shades of Safety Orange #F8690D
Tints of Safety Orange #F8690D
RGB
CMYK
RGB Variations
Color information
#F8690D (or 0xF8690D) is known color: Safety Orange. HEX triplet: F8, 69 and 0D. RGB value is (248,105,13). Sum of RGB (Red+Green+Blue) = 248+105+13=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8690D is #0796F2. Grayscale: #898989. Windows color (decimal): -497395 or 879096. OLE color: 879096.
HSL color Cylindrical-coordinate representation of color #F8690D: hue angle of 23.49º 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 #F8690D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.03 |
| HSL | 23.49º | 0.94% | 0.51% | - |
| HSV(B) | 23.49º | 0.95% | 0.97% | - |
| XYZ | 43.84 | 30.09 | 3.88 | - |
| YUV | 137.27 | 57.88 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 13 | 0 | 0.58 | 0.95 | 0.03 | 23.49 | 0.94 | 0.51 |
| Hex | F8 | 69 | D | 0 | 3A | 5F | 3 | 17 | 5E | 33 |
| Octal | 370 | 151 | 15 | 0 | 72 | 137 | 3 | 27 | 136 | 63 |
| Binary | 11111000 | 1101001 | 1101 | 0 | 111010 | 1011111 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F8690D
Complementary color
Monochromatic Colors of #F8690D
Black with #F8690D
Text Example
Text Example
White with #F8690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8690D; }
p { color: rgb(248,105,13); }
H1.HeaderClassName
{
color: #F8690D;
}
.AnyTagClassName
{
color: #F8690D;
}
</style>
background-color css
<style>
a { background-color: #F8690D; }
a { background-color: rgb(248,105,13); }
div.DivClassName
{
background-color: #F8690D;
}
.BgClassName
{
background-color: #F8690D;
}
</style>
border-color css
<style>
span { border-color: #F8690D; }
span { border-color: rgb(248,105,13); }
td.TdClassName
{
border-color: #F8690D;
}
.TagClassName
{
border-color: #F8690D;
}
</style>