Shades of Fuel Yellow #D0942E
Tints of Fuel Yellow #D0942E
RGB
CMYK
RGB Variations
Color information
#D0942E (or 0xD0942E) is known color: Fuel Yellow. HEX triplet: D0, 94 and 2E. RGB value is (208,148,46). Sum of RGB (Red+Green+Blue) = 208+148+46=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0942E is #2F6BD1. Grayscale: #9A9A9A. Windows color (decimal): -3107794 or 3052752. OLE color: 3052752.
HSL color Cylindrical-coordinate representation of color #D0942E: hue angle of 37.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0942E is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 46 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.18 |
| HSL | 37.78º | 0.64% | 0.5% | - |
| HSV(B) | 37.78º | 0.78% | 0.82% | - |
| XYZ | 37.1 | 34.79 | 7.34 | - |
| YUV | 154.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 46 | 0 | 0.29 | 0.78 | 0.18 | 37.78 | 0.64 | 0.5 |
| Hex | D0 | 94 | 2E | 0 | 1D | 4E | 12 | 26 | 40 | 32 |
| Octal | 320 | 224 | 56 | 0 | 35 | 116 | 22 | 46 | 100 | 62 |
| Binary | 11010000 | 10010100 | 101110 | 0 | 11101 | 1001110 | 10010 | 100110 | 1000000 | 110010 |
Color Harmonies of #D0942E
Complementary color
Monochromatic Colors of #D0942E
Black with #D0942E
Text Example
Text Example
White with #D0942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0942E; }
p { color: rgb(208,148,46); }
H1.HeaderClassName
{
color: #D0942E;
}
.AnyTagClassName
{
color: #D0942E;
}
</style>
background-color css
<style>
a { background-color: #D0942E; }
a { background-color: rgb(208,148,46); }
div.DivClassName
{
background-color: #D0942E;
}
.BgClassName
{
background-color: #D0942E;
}
</style>
border-color css
<style>
span { border-color: #D0942E; }
span { border-color: rgb(208,148,46); }
td.TdClassName
{
border-color: #D0942E;
}
.TagClassName
{
border-color: #D0942E;
}
</style>