Shades of Fuel Yellow #D5903A
Tints of Fuel Yellow #D5903A
RGB
CMYK
RGB Variations
Color information
#D5903A (or 0xD5903A) is known color: Fuel Yellow. HEX triplet: D5, 90 and 3A. RGB value is (213,144,58). Sum of RGB (Red+Green+Blue) = 213+144+58=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5903A is #2A6FC5. Grayscale: #9B9B9B. Windows color (decimal): -2781126 or 3838165. OLE color: 3838165.
HSL color Cylindrical-coordinate representation of color #D5903A: hue angle of 33.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5903A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 58 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.16 |
| HSL | 33.29º | 0.65% | 0.53% | - |
| HSV(B) | 33.29º | 0.73% | 0.84% | - |
| XYZ | 38.18 | 34.4 | 8.63 | - |
| YUV | 154.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 58 | 0 | 0.32 | 0.73 | 0.16 | 33.29 | 0.65 | 0.53 |
| Hex | D5 | 90 | 3A | 0 | 20 | 49 | 10 | 21 | 41 | 35 |
| Octal | 325 | 220 | 72 | 0 | 40 | 111 | 20 | 41 | 101 | 65 |
| Binary | 11010101 | 10010000 | 111010 | 0 | 100000 | 1001001 | 10000 | 100001 | 1000001 | 110101 |
Color Harmonies of #D5903A
Complementary color
Monochromatic Colors of #D5903A
Black with #D5903A
Text Example
Text Example
White with #D5903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5903A; }
p { color: rgb(213,144,58); }
H1.HeaderClassName
{
color: #D5903A;
}
.AnyTagClassName
{
color: #D5903A;
}
</style>
background-color css
<style>
a { background-color: #D5903A; }
a { background-color: rgb(213,144,58); }
div.DivClassName
{
background-color: #D5903A;
}
.BgClassName
{
background-color: #D5903A;
}
</style>
border-color css
<style>
span { border-color: #D5903A; }
span { border-color: rgb(213,144,58); }
td.TdClassName
{
border-color: #D5903A;
}
.TagClassName
{
border-color: #D5903A;
}
</style>