Shades of Safety Orange #F26807
Tints of Safety Orange #F26807
RGB
CMYK
RGB Variations
Color information
#F26807 (or 0xF26807) is known color: Safety Orange. HEX triplet: F2, 68 and 07. RGB value is (242,104,7). Sum of RGB (Red+Green+Blue) = 242+104+7=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F26807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26807 is #0D97F8. Grayscale: #868686. Windows color (decimal): -890873 or 485618. OLE color: 485618.
HSL color Cylindrical-coordinate representation of color #F26807: hue angle of 24.77º 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 #F26807 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.05 |
| HSL | 24.77º | 0.94% | 0.49% | - |
| HSV(B) | 24.77º | 0.97% | 0.95% | - |
| XYZ | 41.61 | 28.79 | 3.57 | - |
| YUV | 134.2 | 56.22 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 7 | 0 | 0.57 | 0.97 | 0.05 | 24.77 | 0.94 | 0.49 |
| Hex | F2 | 68 | 7 | 0 | 39 | 61 | 5 | 19 | 5E | 31 |
| Octal | 362 | 150 | 7 | 0 | 71 | 141 | 5 | 31 | 136 | 61 |
| Binary | 11110010 | 1101000 | 111 | 0 | 111001 | 1100001 | 101 | 11001 | 1011110 | 110001 |
Color Harmonies of #F26807
Complementary color
Monochromatic Colors of #F26807
Black with #F26807
Text Example
Text Example
White with #F26807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26807; }
p { color: rgb(242,104,7); }
H1.HeaderClassName
{
color: #F26807;
}
.AnyTagClassName
{
color: #F26807;
}
</style>
background-color css
<style>
a { background-color: #F26807; }
a { background-color: rgb(242,104,7); }
div.DivClassName
{
background-color: #F26807;
}
.BgClassName
{
background-color: #F26807;
}
</style>
border-color css
<style>
span { border-color: #F26807; }
span { border-color: rgb(242,104,7); }
td.TdClassName
{
border-color: #F26807;
}
.TagClassName
{
border-color: #F26807;
}
</style>