Shades of Safety Orange #F5650A
Tints of Safety Orange #F5650A
RGB
CMYK
RGB Variations
Color information
#F5650A (or 0xF5650A) is known color: Safety Orange. HEX triplet: F5, 65 and 0A. RGB value is (245,101,10). Sum of RGB (Red+Green+Blue) = 245+101+10=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5650A is #0A9AF5. Grayscale: #868686. Windows color (decimal): -695030 or 681461. OLE color: 681461.
HSL color Cylindrical-coordinate representation of color #F5650A: hue angle of 23.23º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5650A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.04 |
| HSL | 23.23º | 0.92% | 0.5% | - |
| HSV(B) | 23.23º | 0.96% | 0.96% | - |
| XYZ | 42.36 | 28.74 | 3.6 | - |
| YUV | 133.68 | 58.21 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 10 | 0 | 0.59 | 0.96 | 0.04 | 23.23 | 0.92 | 0.5 |
| Hex | F5 | 65 | A | 0 | 3B | 60 | 4 | 17 | 5C | 32 |
| Octal | 365 | 145 | 12 | 0 | 73 | 140 | 4 | 27 | 134 | 62 |
| Binary | 11110101 | 1100101 | 1010 | 0 | 111011 | 1100000 | 100 | 10111 | 1011100 | 110010 |
Color Harmonies of #F5650A
Complementary color
Monochromatic Colors of #F5650A
Black with #F5650A
Text Example
Text Example
White with #F5650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5650A; }
p { color: rgb(245,101,10); }
H1.HeaderClassName
{
color: #F5650A;
}
.AnyTagClassName
{
color: #F5650A;
}
</style>
background-color css
<style>
a { background-color: #F5650A; }
a { background-color: rgb(245,101,10); }
div.DivClassName
{
background-color: #F5650A;
}
.BgClassName
{
background-color: #F5650A;
}
</style>
border-color css
<style>
span { border-color: #F5650A; }
span { border-color: rgb(245,101,10); }
td.TdClassName
{
border-color: #F5650A;
}
.TagClassName
{
border-color: #F5650A;
}
</style>