Shades of Safety Orange #F66705
Tints of Safety Orange #F66705
RGB
CMYK
RGB Variations
Color information
#F66705 (or 0xF66705) is known color: Safety Orange. HEX triplet: F6, 67 and 05. RGB value is (246,103,5). Sum of RGB (Red+Green+Blue) = 246+103+5=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F66705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66705 is #0998FA. Grayscale: #878787. Windows color (decimal): -628987 or 354294. OLE color: 354294.
HSL color Cylindrical-coordinate representation of color #F66705: hue angle of 24.4º 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 #F66705 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.04 |
| HSL | 24.4º | 0.96% | 0.49% | - |
| HSV(B) | 24.4º | 0.98% | 0.96% | - |
| XYZ | 42.88 | 29.3 | 3.54 | - |
| YUV | 134.59 | 54.88 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 5 | 0 | 0.58 | 0.98 | 0.04 | 24.4 | 0.96 | 0.49 |
| Hex | F6 | 67 | 5 | 0 | 3A | 62 | 4 | 18 | 60 | 31 |
| Octal | 366 | 147 | 5 | 0 | 72 | 142 | 4 | 30 | 140 | 61 |
| Binary | 11110110 | 1100111 | 101 | 0 | 111010 | 1100010 | 100 | 11000 | 1100000 | 110001 |
Color Harmonies of #F66705
Complementary color
Monochromatic Colors of #F66705
Black with #F66705
Text Example
Text Example
White with #F66705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66705; }
p { color: rgb(246,103,5); }
H1.HeaderClassName
{
color: #F66705;
}
.AnyTagClassName
{
color: #F66705;
}
</style>
background-color css
<style>
a { background-color: #F66705; }
a { background-color: rgb(246,103,5); }
div.DivClassName
{
background-color: #F66705;
}
.BgClassName
{
background-color: #F66705;
}
</style>
border-color css
<style>
span { border-color: #F66705; }
span { border-color: rgb(246,103,5); }
td.TdClassName
{
border-color: #F66705;
}
.TagClassName
{
border-color: #F66705;
}
</style>