Shades of Dark Orange #F69306
Tints of Dark Orange #F69306
RGB
CMYK
RGB Variations
Color information
#F69306 (or 0xF69306) is known color: Dark Orange. HEX triplet: F6, 93 and 06. RGB value is (246,147,6). Sum of RGB (Red+Green+Blue) = 246+147+6=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F69306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69306 is #096CF9. Grayscale: #A1A1A1. Windows color (decimal): -617722 or 431094. OLE color: 431094.
HSL color Cylindrical-coordinate representation of color #F69306: hue angle of 35.25º degrees, saturation: 0.95, 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 #F69306 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 6 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.04 |
| HSL | 35.25º | 0.95% | 0.49% | - |
| HSV(B) | 35.25º | 0.98% | 0.96% | - |
| XYZ | 48.47 | 40.47 | 5.43 | - |
| YUV | 160.53 | 40.8 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 6 | 0 | 0.40 | 0.98 | 0.04 | 35.25 | 0.95 | 0.49 |
| Hex | F6 | 93 | 6 | 0 | 28 | 62 | 4 | 23 | 5F | 31 |
| Octal | 366 | 223 | 6 | 0 | 50 | 142 | 4 | 43 | 137 | 61 |
| Binary | 11110110 | 10010011 | 110 | 0 | 101000 | 1100010 | 100 | 100011 | 1011111 | 110001 |
Color Harmonies of #F69306
Complementary color
Monochromatic Colors of #F69306
Black with #F69306
Text Example
Text Example
White with #F69306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69306; }
p { color: rgb(246,147,6); }
H1.HeaderClassName
{
color: #F69306;
}
.AnyTagClassName
{
color: #F69306;
}
</style>
background-color css
<style>
a { background-color: #F69306; }
a { background-color: rgb(246,147,6); }
div.DivClassName
{
background-color: #F69306;
}
.BgClassName
{
background-color: #F69306;
}
</style>
border-color css
<style>
span { border-color: #F69306; }
span { border-color: rgb(246,147,6); }
td.TdClassName
{
border-color: #F69306;
}
.TagClassName
{
border-color: #F69306;
}
</style>