Shades of Safety Orange #F26405
Tints of Safety Orange #F26405
RGB
CMYK
RGB Variations
Color information
#F26405 (or 0xF26405) is known color: Safety Orange. HEX triplet: F2, 64 and 05. RGB value is (242,100,5). Sum of RGB (Red+Green+Blue) = 242+100+5=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F26405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26405 is #0D9BFA. Grayscale: #848484. Windows color (decimal): -891899 or 353522. OLE color: 353522.
HSL color Cylindrical-coordinate representation of color #F26405: hue angle of 24.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F26405 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.05 |
| HSL | 24.05º | 0.96% | 0.48% | - |
| HSV(B) | 24.05º | 0.98% | 0.95% | - |
| XYZ | 41.2 | 28 | 3.38 | - |
| YUV | 131.63 | 56.54 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 5 | 0 | 0.59 | 0.98 | 0.05 | 24.05 | 0.96 | 0.48 |
| Hex | F2 | 64 | 5 | 0 | 3B | 62 | 5 | 18 | 60 | 30 |
| Octal | 362 | 144 | 5 | 0 | 73 | 142 | 5 | 30 | 140 | 60 |
| Binary | 11110010 | 1100100 | 101 | 0 | 111011 | 1100010 | 101 | 11000 | 1100000 | 110000 |
Color Harmonies of #F26405
Complementary color
Monochromatic Colors of #F26405
Black with #F26405
Text Example
Text Example
White with #F26405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26405; }
p { color: rgb(242,100,5); }
H1.HeaderClassName
{
color: #F26405;
}
.AnyTagClassName
{
color: #F26405;
}
</style>
background-color css
<style>
a { background-color: #F26405; }
a { background-color: rgb(242,100,5); }
div.DivClassName
{
background-color: #F26405;
}
.BgClassName
{
background-color: #F26405;
}
</style>
border-color css
<style>
span { border-color: #F26405; }
span { border-color: rgb(242,100,5); }
td.TdClassName
{
border-color: #F26405;
}
.TagClassName
{
border-color: #F26405;
}
</style>