Shades of Safety Orange #F16702
Tints of Safety Orange #F16702
RGB
CMYK
RGB Variations
Color information
#F16702 (or 0xF16702) is known color: Safety Orange. HEX triplet: F1, 67 and 02. RGB value is (241,103,2). Sum of RGB (Red+Green+Blue) = 241+103+2=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16702 is #0E98FD. Grayscale: #858585. Windows color (decimal): -956670 or 157681. OLE color: 157681.
HSL color Cylindrical-coordinate representation of color #F16702: hue angle of 25.36º 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 #F16702 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.05 |
| HSL | 25.36º | 0.98% | 0.48% | - |
| HSV(B) | 25.36º | 0.99% | 0.95% | - |
| XYZ | 41.14 | 28.41 | 3.37 | - |
| YUV | 132.75 | 54.22 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 2 | 0 | 0.57 | 0.99 | 0.05 | 25.36 | 0.98 | 0.48 |
| Hex | F1 | 67 | 2 | 0 | 39 | 63 | 5 | 19 | 62 | 30 |
| Octal | 361 | 147 | 2 | 0 | 71 | 143 | 5 | 31 | 142 | 60 |
| Binary | 11110001 | 1100111 | 10 | 0 | 111001 | 1100011 | 101 | 11001 | 1100010 | 110000 |
Color Harmonies of #F16702
Complementary color
Monochromatic Colors of #F16702
Black with #F16702
Text Example
Text Example
White with #F16702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16702; }
p { color: rgb(241,103,2); }
H1.HeaderClassName
{
color: #F16702;
}
.AnyTagClassName
{
color: #F16702;
}
</style>
background-color css
<style>
a { background-color: #F16702; }
a { background-color: rgb(241,103,2); }
div.DivClassName
{
background-color: #F16702;
}
.BgClassName
{
background-color: #F16702;
}
</style>
border-color css
<style>
span { border-color: #F16702; }
span { border-color: rgb(241,103,2); }
td.TdClassName
{
border-color: #F16702;
}
.TagClassName
{
border-color: #F16702;
}
</style>