Shades of Dark Orange #F69407
Tints of Dark Orange #F69407
RGB
CMYK
RGB Variations
Color information
#F69407 (or 0xF69407) is known color: Dark Orange. HEX triplet: F6, 94 and 07. RGB value is (246,148,7). Sum of RGB (Red+Green+Blue) = 246+148+7=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F69407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69407 is #096BF8. Grayscale: #A1A1A1. Windows color (decimal): -617465 or 496886. OLE color: 496886.
HSL color Cylindrical-coordinate representation of color #F69407: hue angle of 35.4º 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 #F69407 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.04 |
| HSL | 35.4º | 0.94% | 0.5% | - |
| HSV(B) | 35.4º | 0.97% | 0.96% | - |
| XYZ | 48.63 | 40.79 | 5.51 | - |
| YUV | 161.23 | 40.97 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 7 | 0 | 0.40 | 0.97 | 0.04 | 35.4 | 0.94 | 0.5 |
| Hex | F6 | 94 | 7 | 0 | 28 | 61 | 4 | 23 | 5E | 32 |
| Octal | 366 | 224 | 7 | 0 | 50 | 141 | 4 | 43 | 136 | 62 |
| Binary | 11110110 | 10010100 | 111 | 0 | 101000 | 1100001 | 100 | 100011 | 1011110 | 110010 |
Color Harmonies of #F69407
Complementary color
Monochromatic Colors of #F69407
Black with #F69407
Text Example
Text Example
White with #F69407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69407; }
p { color: rgb(246,148,7); }
H1.HeaderClassName
{
color: #F69407;
}
.AnyTagClassName
{
color: #F69407;
}
</style>
background-color css
<style>
a { background-color: #F69407; }
a { background-color: rgb(246,148,7); }
div.DivClassName
{
background-color: #F69407;
}
.BgClassName
{
background-color: #F69407;
}
</style>
border-color css
<style>
span { border-color: #F69407; }
span { border-color: rgb(246,148,7); }
td.TdClassName
{
border-color: #F69407;
}
.TagClassName
{
border-color: #F69407;
}
</style>