Shades of Safety Orange #F26710
Tints of Safety Orange #F26710
RGB
CMYK
RGB Variations
Color information
#F26710 (or 0xF26710) is known color: Safety Orange. HEX triplet: F2, 67 and 10. RGB value is (242,103,16). Sum of RGB (Red+Green+Blue) = 242+103+16=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F26710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26710 is #0D98EF. Grayscale: #878787. Windows color (decimal): -891120 or 1075186. OLE color: 1075186.
HSL color Cylindrical-coordinate representation of color #F26710: hue angle of 23.1º 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 #F26710 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.05 |
| HSL | 23.1º | 0.9% | 0.51% | - |
| HSV(B) | 23.1º | 0.93% | 0.95% | - |
| XYZ | 41.56 | 28.62 | 3.82 | - |
| YUV | 134.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 16 | 0 | 0.57 | 0.93 | 0.05 | 23.1 | 0.9 | 0.51 |
| Hex | F2 | 67 | 10 | 0 | 39 | 5D | 5 | 17 | 5A | 33 |
| Octal | 362 | 147 | 20 | 0 | 71 | 135 | 5 | 27 | 132 | 63 |
| Binary | 11110010 | 1100111 | 10000 | 0 | 111001 | 1011101 | 101 | 10111 | 1011010 | 110011 |
Color Harmonies of #F26710
Complementary color
Monochromatic Colors of #F26710
Black with #F26710
Text Example
Text Example
White with #F26710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26710; }
p { color: rgb(242,103,16); }
H1.HeaderClassName
{
color: #F26710;
}
.AnyTagClassName
{
color: #F26710;
}
</style>
background-color css
<style>
a { background-color: #F26710; }
a { background-color: rgb(242,103,16); }
div.DivClassName
{
background-color: #F26710;
}
.BgClassName
{
background-color: #F26710;
}
</style>
border-color css
<style>
span { border-color: #F26710; }
span { border-color: rgb(242,103,16); }
td.TdClassName
{
border-color: #F26710;
}
.TagClassName
{
border-color: #F26710;
}
</style>