Shades of Safety Orange #F46705
Tints of Safety Orange #F46705
RGB
CMYK
RGB Variations
Color information
#F46705 (or 0xF46705) is known color: Safety Orange. HEX triplet: F4, 67 and 05. RGB value is (244,103,5). Sum of RGB (Red+Green+Blue) = 244+103+5=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F46705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46705 is #0B98FA. Grayscale: #868686. Windows color (decimal): -760059 or 354292. OLE color: 354292.
HSL color Cylindrical-coordinate representation of color #F46705: hue angle of 24.6º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F46705 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.04 |
| HSL | 24.6º | 0.96% | 0.49% | - |
| HSV(B) | 24.6º | 0.98% | 0.96% | - |
| XYZ | 42.19 | 28.94 | 3.51 | - |
| YUV | 133.99 | 55.21 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 5 | 0 | 0.58 | 0.98 | 0.04 | 24.6 | 0.96 | 0.49 |
| Hex | F4 | 67 | 5 | 0 | 3A | 62 | 4 | 19 | 60 | 31 |
| Octal | 364 | 147 | 5 | 0 | 72 | 142 | 4 | 31 | 140 | 61 |
| Binary | 11110100 | 1100111 | 101 | 0 | 111010 | 1100010 | 100 | 11001 | 1100000 | 110001 |
Color Harmonies of #F46705
Complementary color
Monochromatic Colors of #F46705
Black with #F46705
Text Example
Text Example
White with #F46705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46705; }
p { color: rgb(244,103,5); }
H1.HeaderClassName
{
color: #F46705;
}
.AnyTagClassName
{
color: #F46705;
}
</style>
background-color css
<style>
a { background-color: #F46705; }
a { background-color: rgb(244,103,5); }
div.DivClassName
{
background-color: #F46705;
}
.BgClassName
{
background-color: #F46705;
}
</style>
border-color css
<style>
span { border-color: #F46705; }
span { border-color: rgb(244,103,5); }
td.TdClassName
{
border-color: #F46705;
}
.TagClassName
{
border-color: #F46705;
}
</style>