Shades of Safety Orange #F26511
Tints of Safety Orange #F26511
RGB
CMYK
RGB Variations
Color information
#F26511 (or 0xF26511) is known color: Safety Orange. HEX triplet: F2, 65 and 11. RGB value is (242,101,17). Sum of RGB (Red+Green+Blue) = 242+101+17=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26511 is #0D9AEE. Grayscale: #868686. Windows color (decimal): -891631 or 1140210. OLE color: 1140210.
HSL color Cylindrical-coordinate representation of color #F26511: hue angle of 22.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26511 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.05 |
| HSL | 22.4º | 0.9% | 0.51% | - |
| HSV(B) | 22.4º | 0.93% | 0.95% | - |
| XYZ | 41.37 | 28.23 | 3.8 | - |
| YUV | 133.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 17 | 0 | 0.58 | 0.93 | 0.05 | 22.4 | 0.9 | 0.51 |
| Hex | F2 | 65 | 11 | 0 | 3A | 5D | 5 | 16 | 5A | 33 |
| Octal | 362 | 145 | 21 | 0 | 72 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100101 | 10001 | 0 | 111010 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26511
Complementary color
Monochromatic Colors of #F26511
Black with #F26511
Text Example
Text Example
White with #F26511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26511; }
p { color: rgb(242,101,17); }
H1.HeaderClassName
{
color: #F26511;
}
.AnyTagClassName
{
color: #F26511;
}
</style>
background-color css
<style>
a { background-color: #F26511; }
a { background-color: rgb(242,101,17); }
div.DivClassName
{
background-color: #F26511;
}
.BgClassName
{
background-color: #F26511;
}
</style>
border-color css
<style>
span { border-color: #F26511; }
span { border-color: rgb(242,101,17); }
td.TdClassName
{
border-color: #F26511;
}
.TagClassName
{
border-color: #F26511;
}
</style>