Shades of Safety Orange #F0670B
Tints of Safety Orange #F0670B
RGB
CMYK
RGB Variations
Color information
#F0670B (or 0xF0670B) is known color: Safety Orange. HEX triplet: F0, 67 and 0B. RGB value is (240,103,11). Sum of RGB (Red+Green+Blue) = 240+103+11=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0670B is #0F98F4. Grayscale: #858585. Windows color (decimal): -1022197 or 747504. OLE color: 747504.
HSL color Cylindrical-coordinate representation of color #F0670B: hue angle of 24.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0670B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.06 |
| HSL | 24.1º | 0.91% | 0.49% | - |
| HSV(B) | 24.1º | 0.95% | 0.94% | - |
| XYZ | 40.85 | 28.25 | 3.62 | - |
| YUV | 133.48 | 58.89 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 11 | 0 | 0.57 | 0.95 | 0.06 | 24.1 | 0.91 | 0.49 |
| Hex | F0 | 67 | B | 0 | 39 | 5F | 6 | 18 | 5B | 31 |
| Octal | 360 | 147 | 13 | 0 | 71 | 137 | 6 | 30 | 133 | 61 |
| Binary | 11110000 | 1100111 | 1011 | 0 | 111001 | 1011111 | 110 | 11000 | 1011011 | 110001 |
Color Harmonies of #F0670B
Complementary color
Monochromatic Colors of #F0670B
Black with #F0670B
Text Example
Text Example
White with #F0670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0670B; }
p { color: rgb(240,103,11); }
H1.HeaderClassName
{
color: #F0670B;
}
.AnyTagClassName
{
color: #F0670B;
}
</style>
background-color css
<style>
a { background-color: #F0670B; }
a { background-color: rgb(240,103,11); }
div.DivClassName
{
background-color: #F0670B;
}
.BgClassName
{
background-color: #F0670B;
}
</style>
border-color css
<style>
span { border-color: #F0670B; }
span { border-color: rgb(240,103,11); }
td.TdClassName
{
border-color: #F0670B;
}
.TagClassName
{
border-color: #F0670B;
}
</style>