Shades of Dark Orange #F6910D
Tints of Dark Orange #F6910D
RGB
CMYK
RGB Variations
Color information
#F6910D (or 0xF6910D) is known color: Dark Orange. HEX triplet: F6, 91 and 0D. RGB value is (246,145,13). Sum of RGB (Red+Green+Blue) = 246+145+13=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6910D is #096EF2. Grayscale: #A0A0A0. Windows color (decimal): -618227 or 889334. OLE color: 889334.
HSL color Cylindrical-coordinate representation of color #F6910D: hue angle of 33.99º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6910D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 33.99º | 0.93% | 0.51% | - |
| HSV(B) | 33.99º | 0.95% | 0.96% | - |
| XYZ | 48.2 | 39.87 | 5.54 | - |
| YUV | 160.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 13 | 0 | 0.41 | 0.95 | 0.04 | 33.99 | 0.93 | 0.51 |
| Hex | F6 | 91 | D | 0 | 29 | 5F | 4 | 22 | 5D | 33 |
| Octal | 366 | 221 | 15 | 0 | 51 | 137 | 4 | 42 | 135 | 63 |
| Binary | 11110110 | 10010001 | 1101 | 0 | 101001 | 1011111 | 100 | 100010 | 1011101 | 110011 |
Color Harmonies of #F6910D
Complementary color
Monochromatic Colors of #F6910D
Black with #F6910D
Text Example
Text Example
White with #F6910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6910D; }
p { color: rgb(246,145,13); }
H1.HeaderClassName
{
color: #F6910D;
}
.AnyTagClassName
{
color: #F6910D;
}
</style>
background-color css
<style>
a { background-color: #F6910D; }
a { background-color: rgb(246,145,13); }
div.DivClassName
{
background-color: #F6910D;
}
.BgClassName
{
background-color: #F6910D;
}
</style>
border-color css
<style>
span { border-color: #F6910D; }
span { border-color: rgb(246,145,13); }
td.TdClassName
{
border-color: #F6910D;
}
.TagClassName
{
border-color: #F6910D;
}
</style>