Shades of Dark Orange #F69005
Tints of Dark Orange #F69005
RGB
CMYK
RGB Variations
Color information
#F69005 (or 0xF69005) is known color: Dark Orange. HEX triplet: F6, 90 and 05. RGB value is (246,144,5). Sum of RGB (Red+Green+Blue) = 246+144+5=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F69005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69005 is #096FFA. Grayscale: #9F9F9F. Windows color (decimal): -618491 or 364790. OLE color: 364790.
HSL color Cylindrical-coordinate representation of color #F69005: hue angle of 34.61º 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 #F69005 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.04 |
| HSL | 34.61º | 0.96% | 0.49% | - |
| HSV(B) | 34.61º | 0.98% | 0.96% | - |
| XYZ | 48.01 | 39.55 | 5.25 | - |
| YUV | 158.65 | 41.29 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 5 | 0 | 0.41 | 0.98 | 0.04 | 34.61 | 0.96 | 0.49 |
| Hex | F6 | 90 | 5 | 0 | 29 | 62 | 4 | 23 | 60 | 31 |
| Octal | 366 | 220 | 5 | 0 | 51 | 142 | 4 | 43 | 140 | 61 |
| Binary | 11110110 | 10010000 | 101 | 0 | 101001 | 1100010 | 100 | 100011 | 1100000 | 110001 |
Color Harmonies of #F69005
Complementary color
Monochromatic Colors of #F69005
Black with #F69005
Text Example
Text Example
White with #F69005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69005; }
p { color: rgb(246,144,5); }
H1.HeaderClassName
{
color: #F69005;
}
.AnyTagClassName
{
color: #F69005;
}
</style>
background-color css
<style>
a { background-color: #F69005; }
a { background-color: rgb(246,144,5); }
div.DivClassName
{
background-color: #F69005;
}
.BgClassName
{
background-color: #F69005;
}
</style>
border-color css
<style>
span { border-color: #F69005; }
span { border-color: rgb(246,144,5); }
td.TdClassName
{
border-color: #F69005;
}
.TagClassName
{
border-color: #F69005;
}
</style>