Shades of Safety Orange #F1670E
Tints of Safety Orange #F1670E
RGB
CMYK
RGB Variations
Color information
#F1670E (or 0xF1670E) is known color: Safety Orange. HEX triplet: F1, 67 and 0E. RGB value is (241,103,14). Sum of RGB (Red+Green+Blue) = 241+103+14=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1670E is #0E98F1. Grayscale: #868686. Windows color (decimal): -956658 or 944113. OLE color: 944113.
HSL color Cylindrical-coordinate representation of color #F1670E: hue angle of 23.52º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1670E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.05 |
| HSL | 23.52º | 0.89% | 0.5% | - |
| HSV(B) | 23.52º | 0.94% | 0.95% | - |
| XYZ | 41.21 | 28.43 | 3.73 | - |
| YUV | 134.12 | 60.22 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 14 | 0 | 0.57 | 0.94 | 0.05 | 23.52 | 0.89 | 0.5 |
| Hex | F1 | 67 | E | 0 | 39 | 5E | 5 | 18 | 59 | 32 |
| Octal | 361 | 147 | 16 | 0 | 71 | 136 | 5 | 30 | 131 | 62 |
| Binary | 11110001 | 1100111 | 1110 | 0 | 111001 | 1011110 | 101 | 11000 | 1011001 | 110010 |
Color Harmonies of #F1670E
Complementary color
Monochromatic Colors of #F1670E
Black with #F1670E
Text Example
Text Example
White with #F1670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1670E; }
p { color: rgb(241,103,14); }
H1.HeaderClassName
{
color: #F1670E;
}
.AnyTagClassName
{
color: #F1670E;
}
</style>
background-color css
<style>
a { background-color: #F1670E; }
a { background-color: rgb(241,103,14); }
div.DivClassName
{
background-color: #F1670E;
}
.BgClassName
{
background-color: #F1670E;
}
</style>
border-color css
<style>
span { border-color: #F1670E; }
span { border-color: rgb(241,103,14); }
td.TdClassName
{
border-color: #F1670E;
}
.TagClassName
{
border-color: #F1670E;
}
</style>