Shades of Fuel Yellow #D09F3A
Tints of Fuel Yellow #D09F3A
RGB
CMYK
RGB Variations
Color information
#D09F3A (or 0xD09F3A) is known color: Fuel Yellow. HEX triplet: D0, 9F and 3A. RGB value is (208,159,58). Sum of RGB (Red+Green+Blue) = 208+159+58=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F3A is #2F60C5. Grayscale: #A2A2A2. Windows color (decimal): -3104966 or 3842000. OLE color: 3842000.
HSL color Cylindrical-coordinate representation of color #D09F3A: hue angle of 40.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D09F3A is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 58 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.18 |
| HSL | 40.4º | 0.61% | 0.52% | - |
| HSV(B) | 40.4º | 0.72% | 0.82% | - |
| XYZ | 39.17 | 38.51 | 9.37 | - |
| YUV | 162.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 58 | 0 | 0.24 | 0.72 | 0.18 | 40.4 | 0.61 | 0.52 |
| Hex | D0 | 9F | 3A | 0 | 18 | 48 | 12 | 28 | 3D | 34 |
| Octal | 320 | 237 | 72 | 0 | 30 | 110 | 22 | 50 | 75 | 64 |
| Binary | 11010000 | 10011111 | 111010 | 0 | 11000 | 1001000 | 10010 | 101000 | 111101 | 110100 |
Color Harmonies of #D09F3A
Complementary color
Monochromatic Colors of #D09F3A
Black with #D09F3A
Text Example
Text Example
White with #D09F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F3A; }
p { color: rgb(208,159,58); }
H1.HeaderClassName
{
color: #D09F3A;
}
.AnyTagClassName
{
color: #D09F3A;
}
</style>
background-color css
<style>
a { background-color: #D09F3A; }
a { background-color: rgb(208,159,58); }
div.DivClassName
{
background-color: #D09F3A;
}
.BgClassName
{
background-color: #D09F3A;
}
</style>
border-color css
<style>
span { border-color: #D09F3A; }
span { border-color: rgb(208,159,58); }
td.TdClassName
{
border-color: #D09F3A;
}
.TagClassName
{
border-color: #D09F3A;
}
</style>