Shades of Dark Orange #F6920D
Tints of Dark Orange #F6920D
RGB
CMYK
RGB Variations
Color information
#F6920D (or 0xF6920D) is known color: Dark Orange. HEX triplet: F6, 92 and 0D. RGB value is (246,146,13). Sum of RGB (Red+Green+Blue) = 246+146+13=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6920D is #096DF2. Grayscale: #A1A1A1. Windows color (decimal): -617971 or 889590. OLE color: 889590.
HSL color Cylindrical-coordinate representation of color #F6920D: hue angle of 34.25º 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 #F6920D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 34.25º | 0.93% | 0.51% | - |
| HSV(B) | 34.25º | 0.95% | 0.96% | - |
| XYZ | 48.36 | 40.18 | 5.59 | - |
| YUV | 160.74 | 44.63 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 13 | 0 | 0.41 | 0.95 | 0.04 | 34.25 | 0.93 | 0.51 |
| Hex | F6 | 92 | D | 0 | 29 | 5F | 4 | 22 | 5D | 33 |
| Octal | 366 | 222 | 15 | 0 | 51 | 137 | 4 | 42 | 135 | 63 |
| Binary | 11110110 | 10010010 | 1101 | 0 | 101001 | 1011111 | 100 | 100010 | 1011101 | 110011 |
Color Harmonies of #F6920D
Complementary color
Monochromatic Colors of #F6920D
Black with #F6920D
Text Example
Text Example
White with #F6920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6920D; }
p { color: rgb(246,146,13); }
H1.HeaderClassName
{
color: #F6920D;
}
.AnyTagClassName
{
color: #F6920D;
}
</style>
background-color css
<style>
a { background-color: #F6920D; }
a { background-color: rgb(246,146,13); }
div.DivClassName
{
background-color: #F6920D;
}
.BgClassName
{
background-color: #F6920D;
}
</style>
border-color css
<style>
span { border-color: #F6920D; }
span { border-color: rgb(246,146,13); }
td.TdClassName
{
border-color: #F6920D;
}
.TagClassName
{
border-color: #F6920D;
}
</style>