Shades of Safety Orange #F26501
Tints of Safety Orange #F26501
RGB
CMYK
RGB Variations
Color information
#F26501 (or 0xF26501) is known color: Safety Orange. HEX triplet: F2, 65 and 01. RGB value is (242,101,1). Sum of RGB (Red+Green+Blue) = 242+101+1=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F26501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26501 is #0D9AFE. Grayscale: #848484. Windows color (decimal): -891647 or 91634. OLE color: 91634.
HSL color Cylindrical-coordinate representation of color #F26501: hue angle of 24.9º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.05 |
| HSL | 24.9º | 0.99% | 0.48% | - |
| HSV(B) | 24.9º | 1% | 0.95% | - |
| XYZ | 41.28 | 28.19 | 3.29 | - |
| YUV | 131.76 | 54.21 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 1 | 0 | 0.58 | 1.00 | 0.05 | 24.9 | 0.99 | 0.48 |
| Hex | F2 | 65 | 1 | 0 | 3A | 64 | 5 | 19 | 63 | 30 |
| Octal | 362 | 145 | 1 | 0 | 72 | 144 | 5 | 31 | 143 | 60 |
| Binary | 11110010 | 1100101 | 1 | 0 | 111010 | 1100100 | 101 | 11001 | 1100011 | 110000 |
Color Harmonies of #F26501
Complementary color
Monochromatic Colors of #F26501
Black with #F26501
Text Example
Text Example
White with #F26501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26501; }
p { color: rgb(242,101,1); }
H1.HeaderClassName
{
color: #F26501;
}
.AnyTagClassName
{
color: #F26501;
}
</style>
background-color css
<style>
a { background-color: #F26501; }
a { background-color: rgb(242,101,1); }
div.DivClassName
{
background-color: #F26501;
}
.BgClassName
{
background-color: #F26501;
}
</style>
border-color css
<style>
span { border-color: #F26501; }
span { border-color: rgb(242,101,1); }
td.TdClassName
{
border-color: #F26501;
}
.TagClassName
{
border-color: #F26501;
}
</style>