Shades of Fuel Yellow #D0902E
Tints of Fuel Yellow #D0902E
RGB
CMYK
RGB Variations
Color information
#D0902E (or 0xD0902E) is known color: Fuel Yellow. HEX triplet: D0, 90 and 2E. RGB value is (208,144,46). Sum of RGB (Red+Green+Blue) = 208+144+46=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0902E is #2F6FD1. Grayscale: #989898. Windows color (decimal): -3108818 or 3051728. OLE color: 3051728.
HSL color Cylindrical-coordinate representation of color #D0902E: hue angle of 36.3º 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 #D0902E is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 46 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.18 |
| HSL | 36.3º | 0.64% | 0.5% | - |
| HSV(B) | 36.3º | 0.78% | 0.82% | - |
| XYZ | 36.48 | 33.55 | 7.14 | - |
| YUV | 151.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 46 | 0 | 0.31 | 0.78 | 0.18 | 36.3 | 0.64 | 0.5 |
| Hex | D0 | 90 | 2E | 0 | 1F | 4E | 12 | 24 | 40 | 32 |
| Octal | 320 | 220 | 56 | 0 | 37 | 116 | 22 | 44 | 100 | 62 |
| Binary | 11010000 | 10010000 | 101110 | 0 | 11111 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D0902E
Complementary color
Monochromatic Colors of #D0902E
Black with #D0902E
Text Example
Text Example
White with #D0902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0902E; }
p { color: rgb(208,144,46); }
H1.HeaderClassName
{
color: #D0902E;
}
.AnyTagClassName
{
color: #D0902E;
}
</style>
background-color css
<style>
a { background-color: #D0902E; }
a { background-color: rgb(208,144,46); }
div.DivClassName
{
background-color: #D0902E;
}
.BgClassName
{
background-color: #D0902E;
}
</style>
border-color css
<style>
span { border-color: #D0902E; }
span { border-color: rgb(208,144,46); }
td.TdClassName
{
border-color: #D0902E;
}
.TagClassName
{
border-color: #D0902E;
}
</style>