Shades of Safety Orange #F06701
Tints of Safety Orange #F06701
RGB
CMYK
RGB Variations
Color information
#F06701 (or 0xF06701) is known color: Safety Orange. HEX triplet: F0, 67 and 01. RGB value is (240,103,1). Sum of RGB (Red+Green+Blue) = 240+103+1=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06701 is #0F98FE. Grayscale: #848484. Windows color (decimal): -1022207 or 92144. OLE color: 92144.
HSL color Cylindrical-coordinate representation of color #F06701: hue angle of 25.61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F06701 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.06 |
| HSL | 25.61º | 0.99% | 0.47% | - |
| HSV(B) | 25.61º | 1% | 0.94% | - |
| XYZ | 40.79 | 28.23 | 3.33 | - |
| YUV | 132.34 | 53.89 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 1 | 0 | 0.57 | 1.00 | 0.06 | 25.61 | 0.99 | 0.47 |
| Hex | F0 | 67 | 1 | 0 | 39 | 64 | 6 | 1A | 63 | 2F |
| Octal | 360 | 147 | 1 | 0 | 71 | 144 | 6 | 32 | 143 | 57 |
| Binary | 11110000 | 1100111 | 1 | 0 | 111001 | 1100100 | 110 | 11010 | 1100011 | 101111 |
Color Harmonies of #F06701
Complementary color
Monochromatic Colors of #F06701
Black with #F06701
Text Example
Text Example
White with #F06701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06701; }
p { color: rgb(240,103,1); }
H1.HeaderClassName
{
color: #F06701;
}
.AnyTagClassName
{
color: #F06701;
}
</style>
background-color css
<style>
a { background-color: #F06701; }
a { background-color: rgb(240,103,1); }
div.DivClassName
{
background-color: #F06701;
}
.BgClassName
{
background-color: #F06701;
}
</style>
border-color css
<style>
span { border-color: #F06701; }
span { border-color: rgb(240,103,1); }
td.TdClassName
{
border-color: #F06701;
}
.TagClassName
{
border-color: #F06701;
}
</style>