Shades of Fuel Yellow #D0922A
Tints of Fuel Yellow #D0922A
RGB
CMYK
RGB Variations
Color information
#D0922A (or 0xD0922A) is known color: Fuel Yellow. HEX triplet: D0, 92 and 2A. RGB value is (208,146,42). Sum of RGB (Red+Green+Blue) = 208+146+42=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0922A is #2F6DD5. Grayscale: #999999. Windows color (decimal): -3108310 or 2790096. OLE color: 2790096.
HSL color Cylindrical-coordinate representation of color #D0922A: hue angle of 37.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0922A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 42 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.18 |
| HSL | 37.59º | 0.66% | 0.49% | - |
| HSV(B) | 37.59º | 0.8% | 0.82% | - |
| XYZ | 36.71 | 34.13 | 6.84 | - |
| YUV | 152.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 42 | 0 | 0.30 | 0.80 | 0.18 | 37.59 | 0.66 | 0.49 |
| Hex | D0 | 92 | 2A | 0 | 1E | 50 | 12 | 26 | 42 | 31 |
| Octal | 320 | 222 | 52 | 0 | 36 | 120 | 22 | 46 | 102 | 61 |
| Binary | 11010000 | 10010010 | 101010 | 0 | 11110 | 1010000 | 10010 | 100110 | 1000010 | 110001 |
Color Harmonies of #D0922A
Complementary color
Monochromatic Colors of #D0922A
Black with #D0922A
Text Example
Text Example
White with #D0922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0922A; }
p { color: rgb(208,146,42); }
H1.HeaderClassName
{
color: #D0922A;
}
.AnyTagClassName
{
color: #D0922A;
}
</style>
background-color css
<style>
a { background-color: #D0922A; }
a { background-color: rgb(208,146,42); }
div.DivClassName
{
background-color: #D0922A;
}
.BgClassName
{
background-color: #D0922A;
}
</style>
border-color css
<style>
span { border-color: #D0922A; }
span { border-color: rgb(208,146,42); }
td.TdClassName
{
border-color: #D0922A;
}
.TagClassName
{
border-color: #D0922A;
}
</style>