Shades of Safety Orange #F26702
Tints of Safety Orange #F26702
RGB
CMYK
RGB Variations
Color information
#F26702 (or 0xF26702) is known color: Safety Orange. HEX triplet: F2, 67 and 02. RGB value is (242,103,2). Sum of RGB (Red+Green+Blue) = 242+103+2=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F26702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26702 is #0D98FD. Grayscale: #858585. Windows color (decimal): -891134 or 157682. OLE color: 157682.
HSL color Cylindrical-coordinate representation of color #F26702: hue angle of 25.25º 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 #F26702 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.05 |
| HSL | 25.25º | 0.98% | 0.48% | - |
| HSV(B) | 25.25º | 0.99% | 0.95% | - |
| XYZ | 41.48 | 28.58 | 3.39 | - |
| YUV | 133.05 | 54.05 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 2 | 0 | 0.57 | 0.99 | 0.05 | 25.25 | 0.98 | 0.48 |
| Hex | F2 | 67 | 2 | 0 | 39 | 63 | 5 | 19 | 62 | 30 |
| Octal | 362 | 147 | 2 | 0 | 71 | 143 | 5 | 31 | 142 | 60 |
| Binary | 11110010 | 1100111 | 10 | 0 | 111001 | 1100011 | 101 | 11001 | 1100010 | 110000 |
Color Harmonies of #F26702
Complementary color
Monochromatic Colors of #F26702
Black with #F26702
Text Example
Text Example
White with #F26702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26702; }
p { color: rgb(242,103,2); }
H1.HeaderClassName
{
color: #F26702;
}
.AnyTagClassName
{
color: #F26702;
}
</style>
background-color css
<style>
a { background-color: #F26702; }
a { background-color: rgb(242,103,2); }
div.DivClassName
{
background-color: #F26702;
}
.BgClassName
{
background-color: #F26702;
}
</style>
border-color css
<style>
span { border-color: #F26702; }
span { border-color: rgb(242,103,2); }
td.TdClassName
{
border-color: #F26702;
}
.TagClassName
{
border-color: #F26702;
}
</style>