Shades of Safety Orange #F67105
Tints of Safety Orange #F67105
RGB
CMYK
RGB Variations
Color information
#F67105 (or 0xF67105) is known color: Safety Orange. HEX triplet: F6, 71 and 05. RGB value is (246,113,5). Sum of RGB (Red+Green+Blue) = 246+113+5=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F67105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67105 is #098EFA. Grayscale: #8D8D8D. Windows color (decimal): -626427 or 356854. OLE color: 356854.
HSL color Cylindrical-coordinate representation of color #F67105: hue angle of 26.89º 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 #F67105 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.04 |
| HSL | 26.89º | 0.96% | 0.49% | - |
| HSV(B) | 26.89º | 0.98% | 0.96% | - |
| XYZ | 43.94 | 31.41 | 3.89 | - |
| YUV | 140.46 | 51.56 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 5 | 0 | 0.54 | 0.98 | 0.04 | 26.89 | 0.96 | 0.49 |
| Hex | F6 | 71 | 5 | 0 | 36 | 62 | 4 | 1B | 60 | 31 |
| Octal | 366 | 161 | 5 | 0 | 66 | 142 | 4 | 33 | 140 | 61 |
| Binary | 11110110 | 1110001 | 101 | 0 | 110110 | 1100010 | 100 | 11011 | 1100000 | 110001 |
Color Harmonies of #F67105
Complementary color
Monochromatic Colors of #F67105
Black with #F67105
Text Example
Text Example
White with #F67105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67105; }
p { color: rgb(246,113,5); }
H1.HeaderClassName
{
color: #F67105;
}
.AnyTagClassName
{
color: #F67105;
}
</style>
background-color css
<style>
a { background-color: #F67105; }
a { background-color: rgb(246,113,5); }
div.DivClassName
{
background-color: #F67105;
}
.BgClassName
{
background-color: #F67105;
}
</style>
border-color css
<style>
span { border-color: #F67105; }
span { border-color: rgb(246,113,5); }
td.TdClassName
{
border-color: #F67105;
}
.TagClassName
{
border-color: #F67105;
}
</style>