Shades of Safety Orange #F4660E
Tints of Safety Orange #F4660E
RGB
CMYK
RGB Variations
Color information
#F4660E (or 0xF4660E) is known color: Safety Orange. HEX triplet: F4, 66 and 0E. RGB value is (244,102,14). Sum of RGB (Red+Green+Blue) = 244+102+14=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4660E is #0B99F1. Grayscale: #868686. Windows color (decimal): -760306 or 943860. OLE color: 943860.
HSL color Cylindrical-coordinate representation of color #F4660E: hue angle of 22.96º degrees, saturation: 0.91, 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 #F4660E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.04 |
| HSL | 22.96º | 0.91% | 0.51% | - |
| HSV(B) | 22.96º | 0.94% | 0.96% | - |
| XYZ | 42.14 | 28.77 | 3.75 | - |
| YUV | 134.43 | 60.04 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 14 | 0 | 0.58 | 0.94 | 0.04 | 22.96 | 0.91 | 0.51 |
| Hex | F4 | 66 | E | 0 | 3A | 5E | 4 | 17 | 5B | 33 |
| Octal | 364 | 146 | 16 | 0 | 72 | 136 | 4 | 27 | 133 | 63 |
| Binary | 11110100 | 1100110 | 1110 | 0 | 111010 | 1011110 | 100 | 10111 | 1011011 | 110011 |
Color Harmonies of #F4660E
Complementary color
Monochromatic Colors of #F4660E
Black with #F4660E
Text Example
Text Example
White with #F4660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4660E; }
p { color: rgb(244,102,14); }
H1.HeaderClassName
{
color: #F4660E;
}
.AnyTagClassName
{
color: #F4660E;
}
</style>
background-color css
<style>
a { background-color: #F4660E; }
a { background-color: rgb(244,102,14); }
div.DivClassName
{
background-color: #F4660E;
}
.BgClassName
{
background-color: #F4660E;
}
</style>
border-color css
<style>
span { border-color: #F4660E; }
span { border-color: rgb(244,102,14); }
td.TdClassName
{
border-color: #F4660E;
}
.TagClassName
{
border-color: #F4660E;
}
</style>