Shades of Fuel Yellow #D1902F
Tints of Fuel Yellow #D1902F
RGB
CMYK
RGB Variations
Color information
#D1902F (or 0xD1902F) is known color: Fuel Yellow. HEX triplet: D1, 90 and 2F. RGB value is (209,144,47). Sum of RGB (Red+Green+Blue) = 209+144+47=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1902F is #2E6FD0. Grayscale: #989898. Windows color (decimal): -3043281 or 3117265. OLE color: 3117265.
HSL color Cylindrical-coordinate representation of color #D1902F: hue angle of 35.93º 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 #D1902F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 47 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.18 |
| HSL | 35.93º | 0.64% | 0.5% | - |
| HSV(B) | 35.93º | 0.78% | 0.82% | - |
| XYZ | 36.78 | 33.71 | 7.26 | - |
| YUV | 152.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 47 | 0 | 0.31 | 0.78 | 0.18 | 35.93 | 0.64 | 0.5 |
| Hex | D1 | 90 | 2F | 0 | 1F | 4E | 12 | 24 | 40 | 32 |
| Octal | 321 | 220 | 57 | 0 | 37 | 116 | 22 | 44 | 100 | 62 |
| Binary | 11010001 | 10010000 | 101111 | 0 | 11111 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D1902F
Complementary color
Monochromatic Colors of #D1902F
Black with #D1902F
Text Example
Text Example
White with #D1902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1902F; }
p { color: rgb(209,144,47); }
H1.HeaderClassName
{
color: #D1902F;
}
.AnyTagClassName
{
color: #D1902F;
}
</style>
background-color css
<style>
a { background-color: #D1902F; }
a { background-color: rgb(209,144,47); }
div.DivClassName
{
background-color: #D1902F;
}
.BgClassName
{
background-color: #D1902F;
}
</style>
border-color css
<style>
span { border-color: #D1902F; }
span { border-color: rgb(209,144,47); }
td.TdClassName
{
border-color: #D1902F;
}
.TagClassName
{
border-color: #D1902F;
}
</style>