Shades of Safety Orange #F26707
Tints of Safety Orange #F26707
RGB
CMYK
RGB Variations
Color information
#F26707 (or 0xF26707) is known color: Safety Orange. HEX triplet: F2, 67 and 07. RGB value is (242,103,7). Sum of RGB (Red+Green+Blue) = 242+103+7=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F26707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26707 is #0D98F8. Grayscale: #868686. Windows color (decimal): -891129 or 485362. OLE color: 485362.
HSL color Cylindrical-coordinate representation of color #F26707: hue angle of 24.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F26707 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.05 |
| HSL | 24.51º | 0.94% | 0.49% | - |
| HSV(B) | 24.51º | 0.97% | 0.95% | - |
| XYZ | 41.51 | 28.59 | 3.53 | - |
| YUV | 133.62 | 56.55 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 7 | 0 | 0.57 | 0.97 | 0.05 | 24.51 | 0.94 | 0.49 |
| Hex | F2 | 67 | 7 | 0 | 39 | 61 | 5 | 19 | 5E | 31 |
| Octal | 362 | 147 | 7 | 0 | 71 | 141 | 5 | 31 | 136 | 61 |
| Binary | 11110010 | 1100111 | 111 | 0 | 111001 | 1100001 | 101 | 11001 | 1011110 | 110001 |
Color Harmonies of #F26707
Complementary color
Monochromatic Colors of #F26707
Black with #F26707
Text Example
Text Example
White with #F26707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26707; }
p { color: rgb(242,103,7); }
H1.HeaderClassName
{
color: #F26707;
}
.AnyTagClassName
{
color: #F26707;
}
</style>
background-color css
<style>
a { background-color: #F26707; }
a { background-color: rgb(242,103,7); }
div.DivClassName
{
background-color: #F26707;
}
.BgClassName
{
background-color: #F26707;
}
</style>
border-color css
<style>
span { border-color: #F26707; }
span { border-color: rgb(242,103,7); }
td.TdClassName
{
border-color: #F26707;
}
.TagClassName
{
border-color: #F26707;
}
</style>