Shades of Fuel Yellow #D0962F
Tints of Fuel Yellow #D0962F
RGB
CMYK
RGB Variations
Color information
#D0962F (or 0xD0962F) is known color: Fuel Yellow. HEX triplet: D0, 96 and 2F. RGB value is (208,150,47). Sum of RGB (Red+Green+Blue) = 208+150+47=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0962F is #2F69D0. Grayscale: #9C9C9C. Windows color (decimal): -3107281 or 3118800. OLE color: 3118800.
HSL color Cylindrical-coordinate representation of color #D0962F: hue angle of 38.39º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0962F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.18 |
| HSL | 38.39º | 0.63% | 0.5% | - |
| HSV(B) | 38.39º | 0.77% | 0.82% | - |
| XYZ | 37.43 | 35.43 | 7.55 | - |
| YUV | 155.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 47 | 0 | 0.28 | 0.77 | 0.18 | 38.39 | 0.63 | 0.5 |
| Hex | D0 | 96 | 2F | 0 | 1C | 4D | 12 | 26 | 3F | 32 |
| Octal | 320 | 226 | 57 | 0 | 34 | 115 | 22 | 46 | 77 | 62 |
| Binary | 11010000 | 10010110 | 101111 | 0 | 11100 | 1001101 | 10010 | 100110 | 111111 | 110010 |
Color Harmonies of #D0962F
Complementary color
Monochromatic Colors of #D0962F
Black with #D0962F
Text Example
Text Example
White with #D0962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0962F; }
p { color: rgb(208,150,47); }
H1.HeaderClassName
{
color: #D0962F;
}
.AnyTagClassName
{
color: #D0962F;
}
</style>
background-color css
<style>
a { background-color: #D0962F; }
a { background-color: rgb(208,150,47); }
div.DivClassName
{
background-color: #D0962F;
}
.BgClassName
{
background-color: #D0962F;
}
</style>
border-color css
<style>
span { border-color: #D0962F; }
span { border-color: rgb(208,150,47); }
td.TdClassName
{
border-color: #D0962F;
}
.TagClassName
{
border-color: #D0962F;
}
</style>