Shades of Safety Orange #F67000
Tints of Safety Orange #F67000
RGB
CMYK
RGB Variations
Color information
#F67000 (or 0xF67000) is known color: Safety Orange. HEX triplet: F6, 70 and 00. RGB value is (246,112,0). Sum of RGB (Red+Green+Blue) = 246+112+0=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F67000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67000 is #098FFF. Grayscale: #8B8B8B. Windows color (decimal): -626688 or 28918. OLE color: 28918.
HSL color Cylindrical-coordinate representation of color #F67000: hue angle of 27.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F67000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.04 |
| HSL | 27.32º | 1% | 0.48% | - |
| HSV(B) | 27.32º | 1% | 0.96% | - |
| XYZ | 43.8 | 31.18 | 3.71 | - |
| YUV | 139.3 | 49.39 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 0 | 0 | 0.54 | 1 | 0.04 | 27.32 | 1 | 0.48 |
| Hex | F6 | 70 | 0 | 0 | 36 | 64 | 4 | 1B | 64 | 30 |
| Octal | 366 | 160 | 0 | 0 | 66 | 144 | 4 | 33 | 144 | 60 |
| Binary | 11110110 | 1110000 | 0 | 0 | 110110 | 1100100 | 100 | 11011 | 1100100 | 110000 |
Color Harmonies of #F67000
Complementary color
Monochromatic Colors of #F67000
Black with #F67000
Text Example
Text Example
White with #F67000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67000; }
p { color: rgb(246,112,0); }
H1.HeaderClassName
{
color: #F67000;
}
.AnyTagClassName
{
color: #F67000;
}
</style>
background-color css
<style>
a { background-color: #F67000; }
a { background-color: rgb(246,112,0); }
div.DivClassName
{
background-color: #F67000;
}
.BgClassName
{
background-color: #F67000;
}
</style>
border-color css
<style>
span { border-color: #F67000; }
span { border-color: rgb(246,112,0); }
td.TdClassName
{
border-color: #F67000;
}
.TagClassName
{
border-color: #F67000;
}
</style>