Shades of Fuel Yellow #CA8D2B
Tints of Fuel Yellow #CA8D2B
RGB
CMYK
RGB Variations
Color information
#CA8D2B (or 0xCA8D2B) is known color: Fuel Yellow. HEX triplet: CA, 8D and 2B. RGB value is (202,141,43). Sum of RGB (Red+Green+Blue) = 202+141+43=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D2B is #3572D4. Grayscale: #949494. Windows color (decimal): -3502805 or 2854346. OLE color: 2854346.
HSL color Cylindrical-coordinate representation of color #CA8D2B: hue angle of 36.98º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA8D2B is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 43 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.21 |
| HSL | 36.98º | 0.65% | 0.48% | - |
| HSV(B) | 36.98º | 0.79% | 0.79% | - |
| XYZ | 34.32 | 31.78 | 6.61 | - |
| YUV | 148.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 43 | 0 | 0.30 | 0.79 | 0.21 | 36.98 | 0.65 | 0.48 |
| Hex | CA | 8D | 2B | 0 | 1E | 4F | 15 | 25 | 41 | 30 |
| Octal | 312 | 215 | 53 | 0 | 36 | 117 | 25 | 45 | 101 | 60 |
| Binary | 11001010 | 10001101 | 101011 | 0 | 11110 | 1001111 | 10101 | 100101 | 1000001 | 110000 |
Color Harmonies of #CA8D2B
Complementary color
Monochromatic Colors of #CA8D2B
Black with #CA8D2B
Text Example
Text Example
White with #CA8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D2B; }
p { color: rgb(202,141,43); }
H1.HeaderClassName
{
color: #CA8D2B;
}
.AnyTagClassName
{
color: #CA8D2B;
}
</style>
background-color css
<style>
a { background-color: #CA8D2B; }
a { background-color: rgb(202,141,43); }
div.DivClassName
{
background-color: #CA8D2B;
}
.BgClassName
{
background-color: #CA8D2B;
}
</style>
border-color css
<style>
span { border-color: #CA8D2B; }
span { border-color: rgb(202,141,43); }
td.TdClassName
{
border-color: #CA8D2B;
}
.TagClassName
{
border-color: #CA8D2B;
}
</style>