Shades of Fuel Yellow #CA9A32
Tints of Fuel Yellow #CA9A32
RGB
CMYK
RGB Variations
Color information
#CA9A32 (or 0xCA9A32) is known color: Fuel Yellow. HEX triplet: CA, 9A and 32. RGB value is (202,154,50). Sum of RGB (Red+Green+Blue) = 202+154+50=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A32 is #3565CD. Grayscale: #9C9C9C. Windows color (decimal): -3499470 or 3316426. OLE color: 3316426.
HSL color Cylindrical-coordinate representation of color #CA9A32: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9A32 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 50 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.21 |
| HSL | 41.05º | 0.6% | 0.49% | - |
| HSV(B) | 41.05º | 0.75% | 0.79% | - |
| XYZ | 36.49 | 35.9 | 8.02 | - |
| YUV | 156.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 50 | 0 | 0.24 | 0.75 | 0.21 | 41.05 | 0.6 | 0.49 |
| Hex | CA | 9A | 32 | 0 | 18 | 4B | 15 | 29 | 3C | 31 |
| Octal | 312 | 232 | 62 | 0 | 30 | 113 | 25 | 51 | 74 | 61 |
| Binary | 11001010 | 10011010 | 110010 | 0 | 11000 | 1001011 | 10101 | 101001 | 111100 | 110001 |
Color Harmonies of #CA9A32
Complementary color
Monochromatic Colors of #CA9A32
Black with #CA9A32
Text Example
Text Example
White with #CA9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A32; }
p { color: rgb(202,154,50); }
H1.HeaderClassName
{
color: #CA9A32;
}
.AnyTagClassName
{
color: #CA9A32;
}
</style>
background-color css
<style>
a { background-color: #CA9A32; }
a { background-color: rgb(202,154,50); }
div.DivClassName
{
background-color: #CA9A32;
}
.BgClassName
{
background-color: #CA9A32;
}
</style>
border-color css
<style>
span { border-color: #CA9A32; }
span { border-color: rgb(202,154,50); }
td.TdClassName
{
border-color: #CA9A32;
}
.TagClassName
{
border-color: #CA9A32;
}
</style>