Shades of Safety Orange #F5680F
Tints of Safety Orange #F5680F
RGB
CMYK
RGB Variations
Color information
#F5680F (or 0xF5680F) is known color: Safety Orange. HEX triplet: F5, 68 and 0F. RGB value is (245,104,15). Sum of RGB (Red+Green+Blue) = 245+104+15=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F5680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5680F is #0A97F0. Grayscale: #888888. Windows color (decimal): -694257 or 1009909. OLE color: 1009909.
HSL color Cylindrical-coordinate representation of color #F5680F: hue angle of 23.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5680F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.04 |
| HSL | 23.22º | 0.92% | 0.51% | - |
| HSV(B) | 23.22º | 0.94% | 0.96% | - |
| XYZ | 42.69 | 29.35 | 3.87 | - |
| YUV | 136.01 | 59.71 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 15 | 0 | 0.58 | 0.94 | 0.04 | 23.22 | 0.92 | 0.51 |
| Hex | F5 | 68 | F | 0 | 3A | 5E | 4 | 17 | 5C | 33 |
| Octal | 365 | 150 | 17 | 0 | 72 | 136 | 4 | 27 | 134 | 63 |
| Binary | 11110101 | 1101000 | 1111 | 0 | 111010 | 1011110 | 100 | 10111 | 1011100 | 110011 |
Color Harmonies of #F5680F
Complementary color
Monochromatic Colors of #F5680F
Black with #F5680F
Text Example
Text Example
White with #F5680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5680F; }
p { color: rgb(245,104,15); }
H1.HeaderClassName
{
color: #F5680F;
}
.AnyTagClassName
{
color: #F5680F;
}
</style>
background-color css
<style>
a { background-color: #F5680F; }
a { background-color: rgb(245,104,15); }
div.DivClassName
{
background-color: #F5680F;
}
.BgClassName
{
background-color: #F5680F;
}
</style>
border-color css
<style>
span { border-color: #F5680F; }
span { border-color: rgb(245,104,15); }
td.TdClassName
{
border-color: #F5680F;
}
.TagClassName
{
border-color: #F5680F;
}
</style>