Shades of Fuel Yellow #D4903F
Tints of Fuel Yellow #D4903F
RGB
CMYK
RGB Variations
Color information
#D4903F (or 0xD4903F) is known color: Fuel Yellow. HEX triplet: D4, 90 and 3F. RGB value is (212,144,63). Sum of RGB (Red+Green+Blue) = 212+144+63=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4903F is #2B6FC0. Grayscale: #9B9B9B. Windows color (decimal): -2846657 or 4165844. OLE color: 4165844.
HSL color Cylindrical-coordinate representation of color #D4903F: hue angle of 32.62º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4903F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 63 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.17 |
| HSL | 32.62º | 0.63% | 0.54% | - |
| HSV(B) | 32.62º | 0.7% | 0.83% | - |
| XYZ | 38.02 | 34.3 | 9.32 | - |
| YUV | 155.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 63 | 0 | 0.32 | 0.70 | 0.17 | 32.62 | 0.63 | 0.54 |
| Hex | D4 | 90 | 3F | 0 | 20 | 46 | 11 | 21 | 3F | 36 |
| Octal | 324 | 220 | 77 | 0 | 40 | 106 | 21 | 41 | 77 | 66 |
| Binary | 11010100 | 10010000 | 111111 | 0 | 100000 | 1000110 | 10001 | 100001 | 111111 | 110110 |
Color Harmonies of #D4903F
Complementary color
Monochromatic Colors of #D4903F
Black with #D4903F
Text Example
Text Example
White with #D4903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4903F; }
p { color: rgb(212,144,63); }
H1.HeaderClassName
{
color: #D4903F;
}
.AnyTagClassName
{
color: #D4903F;
}
</style>
background-color css
<style>
a { background-color: #D4903F; }
a { background-color: rgb(212,144,63); }
div.DivClassName
{
background-color: #D4903F;
}
.BgClassName
{
background-color: #D4903F;
}
</style>
border-color css
<style>
span { border-color: #D4903F; }
span { border-color: rgb(212,144,63); }
td.TdClassName
{
border-color: #D4903F;
}
.TagClassName
{
border-color: #D4903F;
}
</style>