Shades of Safety Orange #F26705
Tints of Safety Orange #F26705
RGB
CMYK
RGB Variations
Color information
#F26705 (or 0xF26705) is known color: Safety Orange. HEX triplet: F2, 67 and 05. RGB value is (242,103,5). Sum of RGB (Red+Green+Blue) = 242+103+5=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F26705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26705 is #0D98FA. Grayscale: #858585. Windows color (decimal): -891131 or 354290. OLE color: 354290.
HSL color Cylindrical-coordinate representation of color #F26705: hue angle of 24.81º 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 #F26705 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.05 |
| HSL | 24.81º | 0.96% | 0.48% | - |
| HSV(B) | 24.81º | 0.98% | 0.95% | - |
| XYZ | 41.5 | 28.59 | 3.47 | - |
| YUV | 133.39 | 55.55 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 5 | 0 | 0.57 | 0.98 | 0.05 | 24.81 | 0.96 | 0.48 |
| Hex | F2 | 67 | 5 | 0 | 39 | 62 | 5 | 19 | 60 | 30 |
| Octal | 362 | 147 | 5 | 0 | 71 | 142 | 5 | 31 | 140 | 60 |
| Binary | 11110010 | 1100111 | 101 | 0 | 111001 | 1100010 | 101 | 11001 | 1100000 | 110000 |
Color Harmonies of #F26705
Complementary color
Monochromatic Colors of #F26705
Black with #F26705
Text Example
Text Example
White with #F26705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26705; }
p { color: rgb(242,103,5); }
H1.HeaderClassName
{
color: #F26705;
}
.AnyTagClassName
{
color: #F26705;
}
</style>
background-color css
<style>
a { background-color: #F26705; }
a { background-color: rgb(242,103,5); }
div.DivClassName
{
background-color: #F26705;
}
.BgClassName
{
background-color: #F26705;
}
</style>
border-color css
<style>
span { border-color: #F26705; }
span { border-color: rgb(242,103,5); }
td.TdClassName
{
border-color: #F26705;
}
.TagClassName
{
border-color: #F26705;
}
</style>