Shades of Fuel Yellow #DA8F3A
Tints of Fuel Yellow #DA8F3A
RGB
CMYK
RGB Variations
Color information
#DA8F3A (or 0xDA8F3A) is known color: Fuel Yellow. HEX triplet: DA, 8F and 3A. RGB value is (218,143,58). Sum of RGB (Red+Green+Blue) = 218+143+58=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F3A is #2570C5. Grayscale: #9C9C9C. Windows color (decimal): -2453702 or 3837914. OLE color: 3837914.
HSL color Cylindrical-coordinate representation of color #DA8F3A: hue angle of 31.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA8F3A is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 58 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.15 |
| HSL | 31.88º | 0.68% | 0.54% | - |
| HSV(B) | 31.88º | 0.73% | 0.85% | - |
| XYZ | 39.5 | 34.86 | 8.65 | - |
| YUV | 155.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 58 | 0 | 0.34 | 0.73 | 0.15 | 31.88 | 0.68 | 0.54 |
| Hex | DA | 8F | 3A | 0 | 22 | 49 | F | 20 | 44 | 36 |
| Octal | 332 | 217 | 72 | 0 | 42 | 111 | 17 | 40 | 104 | 66 |
| Binary | 11011010 | 10001111 | 111010 | 0 | 100010 | 1001001 | 1111 | 100000 | 1000100 | 110110 |
Color Harmonies of #DA8F3A
Complementary color
Monochromatic Colors of #DA8F3A
Black with #DA8F3A
Text Example
Text Example
White with #DA8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F3A; }
p { color: rgb(218,143,58); }
H1.HeaderClassName
{
color: #DA8F3A;
}
.AnyTagClassName
{
color: #DA8F3A;
}
</style>
background-color css
<style>
a { background-color: #DA8F3A; }
a { background-color: rgb(218,143,58); }
div.DivClassName
{
background-color: #DA8F3A;
}
.BgClassName
{
background-color: #DA8F3A;
}
</style>
border-color css
<style>
span { border-color: #DA8F3A; }
span { border-color: rgb(218,143,58); }
td.TdClassName
{
border-color: #DA8F3A;
}
.TagClassName
{
border-color: #DA8F3A;
}
</style>