Shades of Fuel Yellow #D49130
Tints of Fuel Yellow #D49130
RGB
CMYK
RGB Variations
Color information
#D49130 (or 0xD49130) is known color: Fuel Yellow. HEX triplet: D4, 91 and 30. RGB value is (212,145,48). Sum of RGB (Red+Green+Blue) = 212+145+48=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D49130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49130 is #2B6ECF. Grayscale: #9A9A9A. Windows color (decimal): -2846416 or 3183060. OLE color: 3183060.
HSL color Cylindrical-coordinate representation of color #D49130: hue angle of 35.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49130 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 48 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.17 |
| HSL | 35.49º | 0.66% | 0.51% | - |
| HSV(B) | 35.49º | 0.77% | 0.83% | - |
| XYZ | 37.81 | 34.46 | 7.46 | - |
| YUV | 153.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 48 | 0 | 0.32 | 0.77 | 0.17 | 35.49 | 0.66 | 0.51 |
| Hex | D4 | 91 | 30 | 0 | 20 | 4D | 11 | 23 | 42 | 33 |
| Octal | 324 | 221 | 60 | 0 | 40 | 115 | 21 | 43 | 102 | 63 |
| Binary | 11010100 | 10010001 | 110000 | 0 | 100000 | 1001101 | 10001 | 100011 | 1000010 | 110011 |
Color Harmonies of #D49130
Complementary color
Monochromatic Colors of #D49130
Black with #D49130
Text Example
Text Example
White with #D49130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49130; }
p { color: rgb(212,145,48); }
H1.HeaderClassName
{
color: #D49130;
}
.AnyTagClassName
{
color: #D49130;
}
</style>
background-color css
<style>
a { background-color: #D49130; }
a { background-color: rgb(212,145,48); }
div.DivClassName
{
background-color: #D49130;
}
.BgClassName
{
background-color: #D49130;
}
</style>
border-color css
<style>
span { border-color: #D49130; }
span { border-color: rgb(212,145,48); }
td.TdClassName
{
border-color: #D49130;
}
.TagClassName
{
border-color: #D49130;
}
</style>