Shades of Fuel Yellow #D09238
Tints of Fuel Yellow #D09238
RGB
CMYK
RGB Variations
Color information
#D09238 (or 0xD09238) is known color: Fuel Yellow. HEX triplet: D0, 92 and 38. RGB value is (208,146,56). Sum of RGB (Red+Green+Blue) = 208+146+56=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D09238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09238 is #2F6DC7. Grayscale: #9A9A9A. Windows color (decimal): -3108296 or 3707600. OLE color: 3707600.
HSL color Cylindrical-coordinate representation of color #D09238: hue angle of 35.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D09238 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 56 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.18 |
| HSL | 35.53º | 0.62% | 0.52% | - |
| HSV(B) | 35.53º | 0.73% | 0.82% | - |
| XYZ | 37.01 | 34.25 | 8.4 | - |
| YUV | 154.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 56 | 0 | 0.30 | 0.73 | 0.18 | 35.53 | 0.62 | 0.52 |
| Hex | D0 | 92 | 38 | 0 | 1E | 49 | 12 | 24 | 3E | 34 |
| Octal | 320 | 222 | 70 | 0 | 36 | 111 | 22 | 44 | 76 | 64 |
| Binary | 11010000 | 10010010 | 111000 | 0 | 11110 | 1001001 | 10010 | 100100 | 111110 | 110100 |
Color Harmonies of #D09238
Complementary color
Monochromatic Colors of #D09238
Black with #D09238
Text Example
Text Example
White with #D09238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09238; }
p { color: rgb(208,146,56); }
H1.HeaderClassName
{
color: #D09238;
}
.AnyTagClassName
{
color: #D09238;
}
</style>
background-color css
<style>
a { background-color: #D09238; }
a { background-color: rgb(208,146,56); }
div.DivClassName
{
background-color: #D09238;
}
.BgClassName
{
background-color: #D09238;
}
</style>
border-color css
<style>
span { border-color: #D09238; }
span { border-color: rgb(208,146,56); }
td.TdClassName
{
border-color: #D09238;
}
.TagClassName
{
border-color: #D09238;
}
</style>