Shades of Fuel Yellow #CA9A30
Tints of Fuel Yellow #CA9A30
RGB
CMYK
RGB Variations
Color information
#CA9A30 (or 0xCA9A30) is known color: Fuel Yellow. HEX triplet: CA, 9A and 30. RGB value is (202,154,48). Sum of RGB (Red+Green+Blue) = 202+154+48=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A30 is #3565CF. Grayscale: #9C9C9C. Windows color (decimal): -3499472 or 3185354. OLE color: 3185354.
HSL color Cylindrical-coordinate representation of color #CA9A30: hue angle of 41.3º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA9A30 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 48 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.21 |
| HSL | 41.3º | 0.62% | 0.49% | - |
| HSV(B) | 41.3º | 0.76% | 0.79% | - |
| XYZ | 36.45 | 35.88 | 7.8 | - |
| YUV | 156.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 48 | 0 | 0.24 | 0.76 | 0.21 | 41.3 | 0.62 | 0.49 |
| Hex | CA | 9A | 30 | 0 | 18 | 4C | 15 | 29 | 3E | 31 |
| Octal | 312 | 232 | 60 | 0 | 30 | 114 | 25 | 51 | 76 | 61 |
| Binary | 11001010 | 10011010 | 110000 | 0 | 11000 | 1001100 | 10101 | 101001 | 111110 | 110001 |
Color Harmonies of #CA9A30
Complementary color
Monochromatic Colors of #CA9A30
Black with #CA9A30
Text Example
Text Example
White with #CA9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A30; }
p { color: rgb(202,154,48); }
H1.HeaderClassName
{
color: #CA9A30;
}
.AnyTagClassName
{
color: #CA9A30;
}
</style>
background-color css
<style>
a { background-color: #CA9A30; }
a { background-color: rgb(202,154,48); }
div.DivClassName
{
background-color: #CA9A30;
}
.BgClassName
{
background-color: #CA9A30;
}
</style>
border-color css
<style>
span { border-color: #CA9A30; }
span { border-color: rgb(202,154,48); }
td.TdClassName
{
border-color: #CA9A30;
}
.TagClassName
{
border-color: #CA9A30;
}
</style>