Shades of Safety Orange #F26502
Tints of Safety Orange #F26502
RGB
CMYK
RGB Variations
Color information
#F26502 (or 0xF26502) is known color: Safety Orange. HEX triplet: F2, 65 and 02. RGB value is (242,101,2). Sum of RGB (Red+Green+Blue) = 242+101+2=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F26502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26502 is #0D9AFD. Grayscale: #848484. Windows color (decimal): -891646 or 157170. OLE color: 157170.
HSL color Cylindrical-coordinate representation of color #F26502: hue angle of 24.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F26502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.05 |
| HSL | 24.75º | 0.98% | 0.48% | - |
| HSV(B) | 24.75º | 0.99% | 0.95% | - |
| XYZ | 41.28 | 28.19 | 3.32 | - |
| YUV | 131.87 | 54.71 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 2 | 0 | 0.58 | 0.99 | 0.05 | 24.75 | 0.98 | 0.48 |
| Hex | F2 | 65 | 2 | 0 | 3A | 63 | 5 | 19 | 62 | 30 |
| Octal | 362 | 145 | 2 | 0 | 72 | 143 | 5 | 31 | 142 | 60 |
| Binary | 11110010 | 1100101 | 10 | 0 | 111010 | 1100011 | 101 | 11001 | 1100010 | 110000 |
Color Harmonies of #F26502
Complementary color
Monochromatic Colors of #F26502
Black with #F26502
Text Example
Text Example
White with #F26502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26502; }
p { color: rgb(242,101,2); }
H1.HeaderClassName
{
color: #F26502;
}
.AnyTagClassName
{
color: #F26502;
}
</style>
background-color css
<style>
a { background-color: #F26502; }
a { background-color: rgb(242,101,2); }
div.DivClassName
{
background-color: #F26502;
}
.BgClassName
{
background-color: #F26502;
}
</style>
border-color css
<style>
span { border-color: #F26502; }
span { border-color: rgb(242,101,2); }
td.TdClassName
{
border-color: #F26502;
}
.TagClassName
{
border-color: #F26502;
}
</style>