Shades of Fuel Yellow #D58F2E
Tints of Fuel Yellow #D58F2E
RGB
CMYK
RGB Variations
Color information
#D58F2E (or 0xD58F2E) is known color: Fuel Yellow. HEX triplet: D5, 8F and 2E. RGB value is (213,143,46). Sum of RGB (Red+Green+Blue) = 213+143+46=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F2E is #2A70D1. Grayscale: #999999. Windows color (decimal): -2781394 or 3051477. OLE color: 3051477.
HSL color Cylindrical-coordinate representation of color #D58F2E: hue angle of 34.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D58F2E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 46 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.16 |
| HSL | 34.85º | 0.67% | 0.51% | - |
| HSV(B) | 34.85º | 0.78% | 0.84% | - |
| XYZ | 37.76 | 33.99 | 7.16 | - |
| YUV | 152.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 46 | 0 | 0.33 | 0.78 | 0.16 | 34.85 | 0.67 | 0.51 |
| Hex | D5 | 8F | 2E | 0 | 21 | 4E | 10 | 23 | 43 | 33 |
| Octal | 325 | 217 | 56 | 0 | 41 | 116 | 20 | 43 | 103 | 63 |
| Binary | 11010101 | 10001111 | 101110 | 0 | 100001 | 1001110 | 10000 | 100011 | 1000011 | 110011 |
Color Harmonies of #D58F2E
Complementary color
Monochromatic Colors of #D58F2E
Black with #D58F2E
Text Example
Text Example
White with #D58F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F2E; }
p { color: rgb(213,143,46); }
H1.HeaderClassName
{
color: #D58F2E;
}
.AnyTagClassName
{
color: #D58F2E;
}
</style>
background-color css
<style>
a { background-color: #D58F2E; }
a { background-color: rgb(213,143,46); }
div.DivClassName
{
background-color: #D58F2E;
}
.BgClassName
{
background-color: #D58F2E;
}
</style>
border-color css
<style>
span { border-color: #D58F2E; }
span { border-color: rgb(213,143,46); }
td.TdClassName
{
border-color: #D58F2E;
}
.TagClassName
{
border-color: #D58F2E;
}
</style>