Shades of Safety Orange #F56807
Tints of Safety Orange #F56807
RGB
CMYK
RGB Variations
Color information
#F56807 (or 0xF56807) is known color: Safety Orange. HEX triplet: F5, 68 and 07. RGB value is (245,104,7). Sum of RGB (Red+Green+Blue) = 245+104+7=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F56807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56807 is #0A97F8. Grayscale: #878787. Windows color (decimal): -694265 or 485621. OLE color: 485621.
HSL color Cylindrical-coordinate representation of color #F56807: hue angle of 24.45º 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 #F56807 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.04 |
| HSL | 24.45º | 0.94% | 0.49% | - |
| HSV(B) | 24.45º | 0.97% | 0.96% | - |
| XYZ | 42.64 | 29.33 | 3.61 | - |
| YUV | 135.1 | 55.71 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 7 | 0 | 0.58 | 0.97 | 0.04 | 24.45 | 0.94 | 0.49 |
| Hex | F5 | 68 | 7 | 0 | 3A | 61 | 4 | 18 | 5E | 31 |
| Octal | 365 | 150 | 7 | 0 | 72 | 141 | 4 | 30 | 136 | 61 |
| Binary | 11110101 | 1101000 | 111 | 0 | 111010 | 1100001 | 100 | 11000 | 1011110 | 110001 |
Color Harmonies of #F56807
Complementary color
Monochromatic Colors of #F56807
Black with #F56807
Text Example
Text Example
White with #F56807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56807; }
p { color: rgb(245,104,7); }
H1.HeaderClassName
{
color: #F56807;
}
.AnyTagClassName
{
color: #F56807;
}
</style>
background-color css
<style>
a { background-color: #F56807; }
a { background-color: rgb(245,104,7); }
div.DivClassName
{
background-color: #F56807;
}
.BgClassName
{
background-color: #F56807;
}
</style>
border-color css
<style>
span { border-color: #F56807; }
span { border-color: rgb(245,104,7); }
td.TdClassName
{
border-color: #F56807;
}
.TagClassName
{
border-color: #F56807;
}
</style>