Shades of Safety Orange #F56900
Tints of Safety Orange #F56900
RGB
CMYK
RGB Variations
Color information
#F56900 (or 0xF56900) is known color: Safety Orange. HEX triplet: F5, 69 and 00. RGB value is (245,105,0). Sum of RGB (Red+Green+Blue) = 245+105+0=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F56900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56900 is #0A96FF. Grayscale: #878787. Windows color (decimal): -694016 or 27125. OLE color: 27125.
HSL color Cylindrical-coordinate representation of color #F56900: hue angle of 25.71º 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 #F56900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.04 |
| HSL | 25.71º | 1% | 0.48% | - |
| HSV(B) | 25.71º | 1% | 0.96% | - |
| XYZ | 42.71 | 29.52 | 3.45 | - |
| YUV | 134.89 | 51.88 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 0 | 0 | 0.57 | 1 | 0.04 | 25.71 | 1 | 0.48 |
| Hex | F5 | 69 | 0 | 0 | 39 | 64 | 4 | 1A | 64 | 30 |
| Octal | 365 | 151 | 0 | 0 | 71 | 144 | 4 | 32 | 144 | 60 |
| Binary | 11110101 | 1101001 | 0 | 0 | 111001 | 1100100 | 100 | 11010 | 1100100 | 110000 |
Color Harmonies of #F56900
Complementary color
Monochromatic Colors of #F56900
Black with #F56900
Text Example
Text Example
White with #F56900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56900; }
p { color: rgb(245,105,0); }
H1.HeaderClassName
{
color: #F56900;
}
.AnyTagClassName
{
color: #F56900;
}
</style>
background-color css
<style>
a { background-color: #F56900; }
a { background-color: rgb(245,105,0); }
div.DivClassName
{
background-color: #F56900;
}
.BgClassName
{
background-color: #F56900;
}
</style>
border-color css
<style>
span { border-color: #F56900; }
span { border-color: rgb(245,105,0); }
td.TdClassName
{
border-color: #F56900;
}
.TagClassName
{
border-color: #F56900;
}
</style>