Shades of Safety Orange #F8660D
Tints of Safety Orange #F8660D
RGB
CMYK
RGB Variations
Color information
#F8660D (or 0xF8660D) is known color: Safety Orange. HEX triplet: F8, 66 and 0D. RGB value is (248,102,13). Sum of RGB (Red+Green+Blue) = 248+102+13=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8660D is #0799F2. Grayscale: #888888. Windows color (decimal): -498163 or 878328. OLE color: 878328.
HSL color Cylindrical-coordinate representation of color #F8660D: hue angle of 22.72º 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 #F8660D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.03 |
| HSL | 22.72º | 0.94% | 0.51% | - |
| HSV(B) | 22.72º | 0.95% | 0.97% | - |
| XYZ | 43.54 | 29.49 | 3.78 | - |
| YUV | 135.51 | 58.87 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 13 | 0 | 0.59 | 0.95 | 0.03 | 22.72 | 0.94 | 0.51 |
| Hex | F8 | 66 | D | 0 | 3B | 5F | 3 | 17 | 5E | 33 |
| Octal | 370 | 146 | 15 | 0 | 73 | 137 | 3 | 27 | 136 | 63 |
| Binary | 11111000 | 1100110 | 1101 | 0 | 111011 | 1011111 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F8660D
Complementary color
Monochromatic Colors of #F8660D
Black with #F8660D
Text Example
Text Example
White with #F8660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8660D; }
p { color: rgb(248,102,13); }
H1.HeaderClassName
{
color: #F8660D;
}
.AnyTagClassName
{
color: #F8660D;
}
</style>
background-color css
<style>
a { background-color: #F8660D; }
a { background-color: rgb(248,102,13); }
div.DivClassName
{
background-color: #F8660D;
}
.BgClassName
{
background-color: #F8660D;
}
</style>
border-color css
<style>
span { border-color: #F8660D; }
span { border-color: rgb(248,102,13); }
td.TdClassName
{
border-color: #F8660D;
}
.TagClassName
{
border-color: #F8660D;
}
</style>