Shades of Fuel Yellow #D1942F
Tints of Fuel Yellow #D1942F
RGB
CMYK
RGB Variations
Color information
#D1942F (or 0xD1942F) is known color: Fuel Yellow. HEX triplet: D1, 94 and 2F. RGB value is (209,148,47). Sum of RGB (Red+Green+Blue) = 209+148+47=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1942F is #2E6BD0. Grayscale: #9B9B9B. Windows color (decimal): -3042257 or 3118289. OLE color: 3118289.
HSL color Cylindrical-coordinate representation of color #D1942F: hue angle of 37.41º 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 #D1942F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 47 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.18 |
| HSL | 37.41º | 0.64% | 0.5% | - |
| HSV(B) | 37.41º | 0.78% | 0.82% | - |
| XYZ | 37.4 | 34.94 | 7.46 | - |
| YUV | 154.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 47 | 0 | 0.29 | 0.78 | 0.18 | 37.41 | 0.64 | 0.5 |
| Hex | D1 | 94 | 2F | 0 | 1D | 4E | 12 | 25 | 40 | 32 |
| Octal | 321 | 224 | 57 | 0 | 35 | 116 | 22 | 45 | 100 | 62 |
| Binary | 11010001 | 10010100 | 101111 | 0 | 11101 | 1001110 | 10010 | 100101 | 1000000 | 110010 |
Color Harmonies of #D1942F
Complementary color
Monochromatic Colors of #D1942F
Black with #D1942F
Text Example
Text Example
White with #D1942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1942F; }
p { color: rgb(209,148,47); }
H1.HeaderClassName
{
color: #D1942F;
}
.AnyTagClassName
{
color: #D1942F;
}
</style>
background-color css
<style>
a { background-color: #D1942F; }
a { background-color: rgb(209,148,47); }
div.DivClassName
{
background-color: #D1942F;
}
.BgClassName
{
background-color: #D1942F;
}
</style>
border-color css
<style>
span { border-color: #D1942F; }
span { border-color: rgb(209,148,47); }
td.TdClassName
{
border-color: #D1942F;
}
.TagClassName
{
border-color: #D1942F;
}
</style>