Shades of Safety Orange #F0670F
Tints of Safety Orange #F0670F
RGB
CMYK
RGB Variations
Color information
#F0670F (or 0xF0670F) is known color: Safety Orange. HEX triplet: F0, 67 and 0F. RGB value is (240,103,15). Sum of RGB (Red+Green+Blue) = 240+103+15=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0670F is #0F98F0. Grayscale: #868686. Windows color (decimal): -1022193 or 1009648. OLE color: 1009648.
HSL color Cylindrical-coordinate representation of color #F0670F: hue angle of 23.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0670F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.06 |
| HSL | 23.47º | 0.88% | 0.5% | - |
| HSV(B) | 23.47º | 0.94% | 0.94% | - |
| XYZ | 40.87 | 28.26 | 3.75 | - |
| YUV | 133.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 15 | 0 | 0.57 | 0.94 | 0.06 | 23.47 | 0.88 | 0.5 |
| Hex | F0 | 67 | F | 0 | 39 | 5E | 6 | 17 | 58 | 32 |
| Octal | 360 | 147 | 17 | 0 | 71 | 136 | 6 | 27 | 130 | 62 |
| Binary | 11110000 | 1100111 | 1111 | 0 | 111001 | 1011110 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #F0670F
Complementary color
Monochromatic Colors of #F0670F
Black with #F0670F
Text Example
Text Example
White with #F0670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0670F; }
p { color: rgb(240,103,15); }
H1.HeaderClassName
{
color: #F0670F;
}
.AnyTagClassName
{
color: #F0670F;
}
</style>
background-color css
<style>
a { background-color: #F0670F; }
a { background-color: rgb(240,103,15); }
div.DivClassName
{
background-color: #F0670F;
}
.BgClassName
{
background-color: #F0670F;
}
</style>
border-color css
<style>
span { border-color: #F0670F; }
span { border-color: rgb(240,103,15); }
td.TdClassName
{
border-color: #F0670F;
}
.TagClassName
{
border-color: #F0670F;
}
</style>