Shades of Fuel Yellow #D2912F
Tints of Fuel Yellow #D2912F
RGB
CMYK
RGB Variations
Color information
#D2912F (or 0xD2912F) is known color: Fuel Yellow. HEX triplet: D2, 91 and 2F. RGB value is (210,145,47). Sum of RGB (Red+Green+Blue) = 210+145+47=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2912F is #2D6ED0. Grayscale: #999999. Windows color (decimal): -2977489 or 3117522. OLE color: 3117522.
HSL color Cylindrical-coordinate representation of color #D2912F: hue angle of 36.07º 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 #D2912F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 47 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.18 |
| HSL | 36.07º | 0.64% | 0.5% | - |
| HSV(B) | 36.07º | 0.78% | 0.82% | - |
| XYZ | 37.22 | 34.16 | 7.32 | - |
| YUV | 153.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 47 | 0 | 0.31 | 0.78 | 0.18 | 36.07 | 0.64 | 0.5 |
| Hex | D2 | 91 | 2F | 0 | 1F | 4E | 12 | 24 | 40 | 32 |
| Octal | 322 | 221 | 57 | 0 | 37 | 116 | 22 | 44 | 100 | 62 |
| Binary | 11010010 | 10010001 | 101111 | 0 | 11111 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D2912F
Complementary color
Monochromatic Colors of #D2912F
Black with #D2912F
Text Example
Text Example
White with #D2912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2912F; }
p { color: rgb(210,145,47); }
H1.HeaderClassName
{
color: #D2912F;
}
.AnyTagClassName
{
color: #D2912F;
}
</style>
background-color css
<style>
a { background-color: #D2912F; }
a { background-color: rgb(210,145,47); }
div.DivClassName
{
background-color: #D2912F;
}
.BgClassName
{
background-color: #D2912F;
}
</style>
border-color css
<style>
span { border-color: #D2912F; }
span { border-color: rgb(210,145,47); }
td.TdClassName
{
border-color: #D2912F;
}
.TagClassName
{
border-color: #D2912F;
}
</style>