Shades of Dark Orange #F6900D
Tints of Dark Orange #F6900D
RGB
CMYK
RGB Variations
Color information
#F6900D (or 0xF6900D) is known color: Dark Orange. HEX triplet: F6, 90 and 0D. RGB value is (246,144,13). Sum of RGB (Red+Green+Blue) = 246+144+13=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6900D is #096FF2. Grayscale: #A0A0A0. Windows color (decimal): -618483 or 889078. OLE color: 889078.
HSL color Cylindrical-coordinate representation of color #F6900D: hue angle of 33.73º 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 #F6900D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.04 |
| HSL | 33.73º | 0.93% | 0.51% | - |
| HSV(B) | 33.73º | 0.95% | 0.96% | - |
| XYZ | 48.05 | 39.57 | 5.49 | - |
| YUV | 159.56 | 45.29 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 13 | 0 | 0.41 | 0.95 | 0.04 | 33.73 | 0.93 | 0.51 |
| Hex | F6 | 90 | D | 0 | 29 | 5F | 4 | 22 | 5D | 33 |
| Octal | 366 | 220 | 15 | 0 | 51 | 137 | 4 | 42 | 135 | 63 |
| Binary | 11110110 | 10010000 | 1101 | 0 | 101001 | 1011111 | 100 | 100010 | 1011101 | 110011 |
Color Harmonies of #F6900D
Complementary color
Monochromatic Colors of #F6900D
Black with #F6900D
Text Example
Text Example
White with #F6900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6900D; }
p { color: rgb(246,144,13); }
H1.HeaderClassName
{
color: #F6900D;
}
.AnyTagClassName
{
color: #F6900D;
}
</style>
background-color css
<style>
a { background-color: #F6900D; }
a { background-color: rgb(246,144,13); }
div.DivClassName
{
background-color: #F6900D;
}
.BgClassName
{
background-color: #F6900D;
}
</style>
border-color css
<style>
span { border-color: #F6900D; }
span { border-color: rgb(246,144,13); }
td.TdClassName
{
border-color: #F6900D;
}
.TagClassName
{
border-color: #F6900D;
}
</style>