Shades of Dark Orange #F69105
Tints of Dark Orange #F69105
RGB
CMYK
RGB Variations
Color information
#F69105 (or 0xF69105) is known color: Dark Orange. HEX triplet: F6, 91 and 05. RGB value is (246,145,5). Sum of RGB (Red+Green+Blue) = 246+145+5=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F69105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69105 is #096EFA. Grayscale: #9F9F9F. Windows color (decimal): -618235 or 365046. OLE color: 365046.
HSL color Cylindrical-coordinate representation of color #F69105: hue angle of 34.85º 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 #F69105 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.04 |
| HSL | 34.85º | 0.96% | 0.49% | - |
| HSV(B) | 34.85º | 0.98% | 0.96% | - |
| XYZ | 48.16 | 39.85 | 5.3 | - |
| YUV | 159.24 | 40.96 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 5 | 0 | 0.41 | 0.98 | 0.04 | 34.85 | 0.96 | 0.49 |
| Hex | F6 | 91 | 5 | 0 | 29 | 62 | 4 | 23 | 60 | 31 |
| Octal | 366 | 221 | 5 | 0 | 51 | 142 | 4 | 43 | 140 | 61 |
| Binary | 11110110 | 10010001 | 101 | 0 | 101001 | 1100010 | 100 | 100011 | 1100000 | 110001 |
Color Harmonies of #F69105
Complementary color
Monochromatic Colors of #F69105
Black with #F69105
Text Example
Text Example
White with #F69105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69105; }
p { color: rgb(246,145,5); }
H1.HeaderClassName
{
color: #F69105;
}
.AnyTagClassName
{
color: #F69105;
}
</style>
background-color css
<style>
a { background-color: #F69105; }
a { background-color: rgb(246,145,5); }
div.DivClassName
{
background-color: #F69105;
}
.BgClassName
{
background-color: #F69105;
}
</style>
border-color css
<style>
span { border-color: #F69105; }
span { border-color: rgb(246,145,5); }
td.TdClassName
{
border-color: #F69105;
}
.TagClassName
{
border-color: #F69105;
}
</style>