Shades of Safety Orange #F8660A
Tints of Safety Orange #F8660A
RGB
CMYK
RGB Variations
Color information
#F8660A (or 0xF8660A) is known color: Safety Orange. HEX triplet: F8, 66 and 0A. RGB value is (248,102,10). Sum of RGB (Red+Green+Blue) = 248+102+10=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8660A is #0799F5. Grayscale: #878787. Windows color (decimal): -498166 or 681720. OLE color: 681720.
HSL color Cylindrical-coordinate representation of color #F8660A: hue angle of 23.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8660A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.03 |
| HSL | 23.19º | 0.94% | 0.51% | - |
| HSV(B) | 23.19º | 0.96% | 0.97% | - |
| XYZ | 43.52 | 29.48 | 3.68 | - |
| YUV | 135.17 | 57.37 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 10 | 0 | 0.59 | 0.96 | 0.03 | 23.19 | 0.94 | 0.51 |
| Hex | F8 | 66 | A | 0 | 3B | 60 | 3 | 17 | 5E | 33 |
| Octal | 370 | 146 | 12 | 0 | 73 | 140 | 3 | 27 | 136 | 63 |
| Binary | 11111000 | 1100110 | 1010 | 0 | 111011 | 1100000 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F8660A
Complementary color
Monochromatic Colors of #F8660A
Black with #F8660A
Text Example
Text Example
White with #F8660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8660A; }
p { color: rgb(248,102,10); }
H1.HeaderClassName
{
color: #F8660A;
}
.AnyTagClassName
{
color: #F8660A;
}
</style>
background-color css
<style>
a { background-color: #F8660A; }
a { background-color: rgb(248,102,10); }
div.DivClassName
{
background-color: #F8660A;
}
.BgClassName
{
background-color: #F8660A;
}
</style>
border-color css
<style>
span { border-color: #F8660A; }
span { border-color: rgb(248,102,10); }
td.TdClassName
{
border-color: #F8660A;
}
.TagClassName
{
border-color: #F8660A;
}
</style>