Shades of Fuel Yellow #D0902B
Tints of Fuel Yellow #D0902B
RGB
CMYK
RGB Variations
Color information
#D0902B (or 0xD0902B) is known color: Fuel Yellow. HEX triplet: D0, 90 and 2B. RGB value is (208,144,43). Sum of RGB (Red+Green+Blue) = 208+144+43=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0902B is #2F6FD4. Grayscale: #989898. Windows color (decimal): -3108821 or 2855120. OLE color: 2855120.
HSL color Cylindrical-coordinate representation of color #D0902B: hue angle of 36.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0902B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 43 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.18 |
| HSL | 36.73º | 0.66% | 0.49% | - |
| HSV(B) | 36.73º | 0.79% | 0.82% | - |
| XYZ | 36.42 | 33.53 | 6.84 | - |
| YUV | 151.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 43 | 0 | 0.31 | 0.79 | 0.18 | 36.73 | 0.66 | 0.49 |
| Hex | D0 | 90 | 2B | 0 | 1F | 4F | 12 | 25 | 42 | 31 |
| Octal | 320 | 220 | 53 | 0 | 37 | 117 | 22 | 45 | 102 | 61 |
| Binary | 11010000 | 10010000 | 101011 | 0 | 11111 | 1001111 | 10010 | 100101 | 1000010 | 110001 |
Color Harmonies of #D0902B
Complementary color
Monochromatic Colors of #D0902B
Black with #D0902B
Text Example
Text Example
White with #D0902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0902B; }
p { color: rgb(208,144,43); }
H1.HeaderClassName
{
color: #D0902B;
}
.AnyTagClassName
{
color: #D0902B;
}
</style>
background-color css
<style>
a { background-color: #D0902B; }
a { background-color: rgb(208,144,43); }
div.DivClassName
{
background-color: #D0902B;
}
.BgClassName
{
background-color: #D0902B;
}
</style>
border-color css
<style>
span { border-color: #D0902B; }
span { border-color: rgb(208,144,43); }
td.TdClassName
{
border-color: #D0902B;
}
.TagClassName
{
border-color: #D0902B;
}
</style>