Shades of Safety Orange #F8660C
Tints of Safety Orange #F8660C
RGB
CMYK
RGB Variations
Color information
#F8660C (or 0xF8660C) is known color: Safety Orange. HEX triplet: F8, 66 and 0C. RGB value is (248,102,12). Sum of RGB (Red+Green+Blue) = 248+102+12=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8660C is #0799F3. Grayscale: #878787. Windows color (decimal): -498164 or 812792. OLE color: 812792.
HSL color Cylindrical-coordinate representation of color #F8660C: hue angle of 22.88º 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 #F8660C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.03 |
| HSL | 22.88º | 0.94% | 0.51% | - |
| HSV(B) | 22.88º | 0.95% | 0.97% | - |
| XYZ | 43.53 | 29.49 | 3.74 | - |
| YUV | 135.39 | 58.37 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 12 | 0 | 0.59 | 0.95 | 0.03 | 22.88 | 0.94 | 0.51 |
| Hex | F8 | 66 | C | 0 | 3B | 5F | 3 | 17 | 5E | 33 |
| Octal | 370 | 146 | 14 | 0 | 73 | 137 | 3 | 27 | 136 | 63 |
| Binary | 11111000 | 1100110 | 1100 | 0 | 111011 | 1011111 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F8660C
Complementary color
Monochromatic Colors of #F8660C
Black with #F8660C
Text Example
Text Example
White with #F8660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8660C; }
p { color: rgb(248,102,12); }
H1.HeaderClassName
{
color: #F8660C;
}
.AnyTagClassName
{
color: #F8660C;
}
</style>
background-color css
<style>
a { background-color: #F8660C; }
a { background-color: rgb(248,102,12); }
div.DivClassName
{
background-color: #F8660C;
}
.BgClassName
{
background-color: #F8660C;
}
</style>
border-color css
<style>
span { border-color: #F8660C; }
span { border-color: rgb(248,102,12); }
td.TdClassName
{
border-color: #F8660C;
}
.TagClassName
{
border-color: #F8660C;
}
</style>