Shades of Fuel Yellow #CA8D2D
Tints of Fuel Yellow #CA8D2D
RGB
CMYK
RGB Variations
Color information
#CA8D2D (or 0xCA8D2D) is known color: Fuel Yellow. HEX triplet: CA, 8D and 2D. RGB value is (202,141,45). Sum of RGB (Red+Green+Blue) = 202+141+45=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D2D is #3572D2. Grayscale: #949494. Windows color (decimal): -3502803 or 2985418. OLE color: 2985418.
HSL color Cylindrical-coordinate representation of color #CA8D2D: hue angle of 36.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA8D2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.21 |
| HSL | 36.69º | 0.64% | 0.48% | - |
| HSV(B) | 36.69º | 0.78% | 0.79% | - |
| XYZ | 34.36 | 31.8 | 6.81 | - |
| YUV | 148.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 45 | 0 | 0.30 | 0.78 | 0.21 | 36.69 | 0.64 | 0.48 |
| Hex | CA | 8D | 2D | 0 | 1E | 4E | 15 | 25 | 40 | 30 |
| Octal | 312 | 215 | 55 | 0 | 36 | 116 | 25 | 45 | 100 | 60 |
| Binary | 11001010 | 10001101 | 101101 | 0 | 11110 | 1001110 | 10101 | 100101 | 1000000 | 110000 |
Color Harmonies of #CA8D2D
Complementary color
Monochromatic Colors of #CA8D2D
Black with #CA8D2D
Text Example
Text Example
White with #CA8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D2D; }
p { color: rgb(202,141,45); }
H1.HeaderClassName
{
color: #CA8D2D;
}
.AnyTagClassName
{
color: #CA8D2D;
}
</style>
background-color css
<style>
a { background-color: #CA8D2D; }
a { background-color: rgb(202,141,45); }
div.DivClassName
{
background-color: #CA8D2D;
}
.BgClassName
{
background-color: #CA8D2D;
}
</style>
border-color css
<style>
span { border-color: #CA8D2D; }
span { border-color: rgb(202,141,45); }
td.TdClassName
{
border-color: #CA8D2D;
}
.TagClassName
{
border-color: #CA8D2D;
}
</style>