Shades of Fuel Yellow #CA8D2E
Tints of Fuel Yellow #CA8D2E
RGB
CMYK
RGB Variations
Color information
#CA8D2E (or 0xCA8D2E) is known color: Fuel Yellow. HEX triplet: CA, 8D and 2E. RGB value is (202,141,46). Sum of RGB (Red+Green+Blue) = 202+141+46=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D2E is #3572D1. Grayscale: #949494. Windows color (decimal): -3502802 or 3050954. OLE color: 3050954.
HSL color Cylindrical-coordinate representation of color #CA8D2E: hue angle of 36.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA8D2E is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 46 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.21 |
| HSL | 36.54º | 0.63% | 0.49% | - |
| HSV(B) | 36.54º | 0.77% | 0.79% | - |
| XYZ | 34.38 | 31.8 | 6.91 | - |
| YUV | 148.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 46 | 0 | 0.30 | 0.77 | 0.21 | 36.54 | 0.63 | 0.49 |
| Hex | CA | 8D | 2E | 0 | 1E | 4D | 15 | 25 | 3F | 31 |
| Octal | 312 | 215 | 56 | 0 | 36 | 115 | 25 | 45 | 77 | 61 |
| Binary | 11001010 | 10001101 | 101110 | 0 | 11110 | 1001101 | 10101 | 100101 | 111111 | 110001 |
Color Harmonies of #CA8D2E
Complementary color
Monochromatic Colors of #CA8D2E
Black with #CA8D2E
Text Example
Text Example
White with #CA8D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D2E; }
p { color: rgb(202,141,46); }
H1.HeaderClassName
{
color: #CA8D2E;
}
.AnyTagClassName
{
color: #CA8D2E;
}
</style>
background-color css
<style>
a { background-color: #CA8D2E; }
a { background-color: rgb(202,141,46); }
div.DivClassName
{
background-color: #CA8D2E;
}
.BgClassName
{
background-color: #CA8D2E;
}
</style>
border-color css
<style>
span { border-color: #CA8D2E; }
span { border-color: rgb(202,141,46); }
td.TdClassName
{
border-color: #CA8D2E;
}
.TagClassName
{
border-color: #CA8D2E;
}
</style>