Shades of Fuel Yellow #D59239
Tints of Fuel Yellow #D59239
RGB
CMYK
RGB Variations
Color information
#D59239 (or 0xD59239) is known color: Fuel Yellow. HEX triplet: D5, 92 and 39. RGB value is (213,146,57). Sum of RGB (Red+Green+Blue) = 213+146+57=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D59239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59239 is #2A6DC6. Grayscale: #9C9C9C. Windows color (decimal): -2780615 or 3773141. OLE color: 3773141.
HSL color Cylindrical-coordinate representation of color #D59239: hue angle of 34.23º 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 #D59239 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 57 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.16 |
| HSL | 34.23º | 0.65% | 0.53% | - |
| HSV(B) | 34.23º | 0.73% | 0.84% | - |
| XYZ | 38.46 | 35 | 8.6 | - |
| YUV | 155.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 57 | 0 | 0.31 | 0.73 | 0.16 | 34.23 | 0.65 | 0.53 |
| Hex | D5 | 92 | 39 | 0 | 1F | 49 | 10 | 22 | 41 | 35 |
| Octal | 325 | 222 | 71 | 0 | 37 | 111 | 20 | 42 | 101 | 65 |
| Binary | 11010101 | 10010010 | 111001 | 0 | 11111 | 1001001 | 10000 | 100010 | 1000001 | 110101 |
Color Harmonies of #D59239
Complementary color
Monochromatic Colors of #D59239
Black with #D59239
Text Example
Text Example
White with #D59239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59239; }
p { color: rgb(213,146,57); }
H1.HeaderClassName
{
color: #D59239;
}
.AnyTagClassName
{
color: #D59239;
}
</style>
background-color css
<style>
a { background-color: #D59239; }
a { background-color: rgb(213,146,57); }
div.DivClassName
{
background-color: #D59239;
}
.BgClassName
{
background-color: #D59239;
}
</style>
border-color css
<style>
span { border-color: #D59239; }
span { border-color: rgb(213,146,57); }
td.TdClassName
{
border-color: #D59239;
}
.TagClassName
{
border-color: #D59239;
}
</style>