Shades of Dark Orange #F6900E
Tints of Dark Orange #F6900E
RGB
CMYK
RGB Variations
Color information
#F6900E (or 0xF6900E) is known color: Dark Orange. HEX triplet: F6, 90 and 0E. RGB value is (246,144,14). Sum of RGB (Red+Green+Blue) = 246+144+14=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6900E is #096FF1. Grayscale: #A0A0A0. Windows color (decimal): -618482 or 954614. OLE color: 954614.
HSL color Cylindrical-coordinate representation of color #F6900E: hue angle of 33.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6900E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.04 |
| HSL | 33.62º | 0.93% | 0.51% | - |
| HSV(B) | 33.62º | 0.94% | 0.96% | - |
| XYZ | 48.06 | 39.57 | 5.52 | - |
| YUV | 159.68 | 45.79 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 14 | 0 | 0.41 | 0.94 | 0.04 | 33.62 | 0.93 | 0.51 |
| Hex | F6 | 90 | E | 0 | 29 | 5E | 4 | 22 | 5D | 33 |
| Octal | 366 | 220 | 16 | 0 | 51 | 136 | 4 | 42 | 135 | 63 |
| Binary | 11110110 | 10010000 | 1110 | 0 | 101001 | 1011110 | 100 | 100010 | 1011101 | 110011 |
Color Harmonies of #F6900E
Complementary color
Monochromatic Colors of #F6900E
Black with #F6900E
Text Example
Text Example
White with #F6900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6900E; }
p { color: rgb(246,144,14); }
H1.HeaderClassName
{
color: #F6900E;
}
.AnyTagClassName
{
color: #F6900E;
}
</style>
background-color css
<style>
a { background-color: #F6900E; }
a { background-color: rgb(246,144,14); }
div.DivClassName
{
background-color: #F6900E;
}
.BgClassName
{
background-color: #F6900E;
}
</style>
border-color css
<style>
span { border-color: #F6900E; }
span { border-color: rgb(246,144,14); }
td.TdClassName
{
border-color: #F6900E;
}
.TagClassName
{
border-color: #F6900E;
}
</style>