Shades of Safety Orange #F66D07
Tints of Safety Orange #F66D07
RGB
CMYK
RGB Variations
Color information
#F66D07 (or 0xF66D07) is known color: Safety Orange. HEX triplet: F6, 6D and 07. RGB value is (246,109,7). Sum of RGB (Red+Green+Blue) = 246+109+7=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D07 is #0992F8. Grayscale: #8A8A8A. Windows color (decimal): -627449 or 486902. OLE color: 486902.
HSL color Cylindrical-coordinate representation of color #F66D07: hue angle of 25.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F66D07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.04 |
| HSL | 25.61º | 0.94% | 0.5% | - |
| HSV(B) | 25.61º | 0.97% | 0.96% | - |
| XYZ | 43.51 | 30.55 | 3.8 | - |
| YUV | 138.34 | 53.89 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 7 | 0 | 0.56 | 0.97 | 0.04 | 25.61 | 0.94 | 0.5 |
| Hex | F6 | 6D | 7 | 0 | 38 | 61 | 4 | 1A | 5E | 32 |
| Octal | 366 | 155 | 7 | 0 | 70 | 141 | 4 | 32 | 136 | 62 |
| Binary | 11110110 | 1101101 | 111 | 0 | 111000 | 1100001 | 100 | 11010 | 1011110 | 110010 |
Color Harmonies of #F66D07
Complementary color
Monochromatic Colors of #F66D07
Black with #F66D07
Text Example
Text Example
White with #F66D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D07; }
p { color: rgb(246,109,7); }
H1.HeaderClassName
{
color: #F66D07;
}
.AnyTagClassName
{
color: #F66D07;
}
</style>
background-color css
<style>
a { background-color: #F66D07; }
a { background-color: rgb(246,109,7); }
div.DivClassName
{
background-color: #F66D07;
}
.BgClassName
{
background-color: #F66D07;
}
</style>
border-color css
<style>
span { border-color: #F66D07; }
span { border-color: rgb(246,109,7); }
td.TdClassName
{
border-color: #F66D07;
}
.TagClassName
{
border-color: #F66D07;
}
</style>