Shades of Safety Orange #F56607
Tints of Safety Orange #F56607
RGB
CMYK
RGB Variations
Color information
#F56607 (or 0xF56607) is known color: Safety Orange. HEX triplet: F5, 66 and 07. RGB value is (245,102,7). Sum of RGB (Red+Green+Blue) = 245+102+7=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F56607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56607 is #0A99F8. Grayscale: #868686. Windows color (decimal): -694777 or 485109. OLE color: 485109.
HSL color Cylindrical-coordinate representation of color #F56607: hue angle of 23.95º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F56607 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.04 |
| HSL | 23.95º | 0.94% | 0.49% | - |
| HSV(B) | 23.95º | 0.97% | 0.96% | - |
| XYZ | 42.45 | 28.93 | 3.55 | - |
| YUV | 133.93 | 56.38 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 7 | 0 | 0.58 | 0.97 | 0.04 | 23.95 | 0.94 | 0.49 |
| Hex | F5 | 66 | 7 | 0 | 3A | 61 | 4 | 18 | 5E | 31 |
| Octal | 365 | 146 | 7 | 0 | 72 | 141 | 4 | 30 | 136 | 61 |
| Binary | 11110101 | 1100110 | 111 | 0 | 111010 | 1100001 | 100 | 11000 | 1011110 | 110001 |
Color Harmonies of #F56607
Complementary color
Monochromatic Colors of #F56607
Black with #F56607
Text Example
Text Example
White with #F56607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56607; }
p { color: rgb(245,102,7); }
H1.HeaderClassName
{
color: #F56607;
}
.AnyTagClassName
{
color: #F56607;
}
</style>
background-color css
<style>
a { background-color: #F56607; }
a { background-color: rgb(245,102,7); }
div.DivClassName
{
background-color: #F56607;
}
.BgClassName
{
background-color: #F56607;
}
</style>
border-color css
<style>
span { border-color: #F56607; }
span { border-color: rgb(245,102,7); }
td.TdClassName
{
border-color: #F56607;
}
.TagClassName
{
border-color: #F56607;
}
</style>