Shades of Safety Orange #F0670A
Tints of Safety Orange #F0670A
RGB
CMYK
RGB Variations
Color information
#F0670A (or 0xF0670A) is known color: Safety Orange. HEX triplet: F0, 67 and 0A. RGB value is (240,103,10). Sum of RGB (Red+Green+Blue) = 240+103+10=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0670A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0670A is #0F98F5. Grayscale: #858585. Windows color (decimal): -1022198 or 681968. OLE color: 681968.
HSL color Cylindrical-coordinate representation of color #F0670A: hue angle of 24.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0670A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 10 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.06 |
| HSL | 24.26º | 0.92% | 0.49% | - |
| HSV(B) | 24.26º | 0.96% | 0.94% | - |
| XYZ | 40.84 | 28.25 | 3.59 | - |
| YUV | 133.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 10 | 0 | 0.57 | 0.96 | 0.06 | 24.26 | 0.92 | 0.49 |
| Hex | F0 | 67 | A | 0 | 39 | 60 | 6 | 18 | 5C | 31 |
| Octal | 360 | 147 | 12 | 0 | 71 | 140 | 6 | 30 | 134 | 61 |
| Binary | 11110000 | 1100111 | 1010 | 0 | 111001 | 1100000 | 110 | 11000 | 1011100 | 110001 |
Color Harmonies of #F0670A
Complementary color
Monochromatic Colors of #F0670A
Black with #F0670A
Text Example
Text Example
White with #F0670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0670A; }
p { color: rgb(240,103,10); }
H1.HeaderClassName
{
color: #F0670A;
}
.AnyTagClassName
{
color: #F0670A;
}
</style>
background-color css
<style>
a { background-color: #F0670A; }
a { background-color: rgb(240,103,10); }
div.DivClassName
{
background-color: #F0670A;
}
.BgClassName
{
background-color: #F0670A;
}
</style>
border-color css
<style>
span { border-color: #F0670A; }
span { border-color: rgb(240,103,10); }
td.TdClassName
{
border-color: #F0670A;
}
.TagClassName
{
border-color: #F0670A;
}
</style>