Shades of Safety Orange #F6670E
Tints of Safety Orange #F6670E
RGB
CMYK
RGB Variations
Color information
#F6670E (or 0xF6670E) is known color: Safety Orange. HEX triplet: F6, 67 and 0E. RGB value is (246,103,14). Sum of RGB (Red+Green+Blue) = 246+103+14=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F6670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6670E is #0998F1. Grayscale: #888888. Windows color (decimal): -628978 or 944118. OLE color: 944118.
HSL color Cylindrical-coordinate representation of color #F6670E: hue angle of 23.02º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6670E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.04 |
| HSL | 23.02º | 0.93% | 0.51% | - |
| HSV(B) | 23.02º | 0.94% | 0.96% | - |
| XYZ | 42.94 | 29.33 | 3.81 | - |
| YUV | 135.61 | 59.38 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 14 | 0 | 0.58 | 0.94 | 0.04 | 23.02 | 0.93 | 0.51 |
| Hex | F6 | 67 | E | 0 | 3A | 5E | 4 | 17 | 5D | 33 |
| Octal | 366 | 147 | 16 | 0 | 72 | 136 | 4 | 27 | 135 | 63 |
| Binary | 11110110 | 1100111 | 1110 | 0 | 111010 | 1011110 | 100 | 10111 | 1011101 | 110011 |
Color Harmonies of #F6670E
Complementary color
Monochromatic Colors of #F6670E
Black with #F6670E
Text Example
Text Example
White with #F6670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6670E; }
p { color: rgb(246,103,14); }
H1.HeaderClassName
{
color: #F6670E;
}
.AnyTagClassName
{
color: #F6670E;
}
</style>
background-color css
<style>
a { background-color: #F6670E; }
a { background-color: rgb(246,103,14); }
div.DivClassName
{
background-color: #F6670E;
}
.BgClassName
{
background-color: #F6670E;
}
</style>
border-color css
<style>
span { border-color: #F6670E; }
span { border-color: rgb(246,103,14); }
td.TdClassName
{
border-color: #F6670E;
}
.TagClassName
{
border-color: #F6670E;
}
</style>