Shades of Fuel Yellow #CA9E30
Tints of Fuel Yellow #CA9E30
RGB
CMYK
RGB Variations
Color information
#CA9E30 (or 0xCA9E30) is known color: Fuel Yellow. HEX triplet: CA, 9E and 30. RGB value is (202,158,48). Sum of RGB (Red+Green+Blue) = 202+158+48=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E30 is #3561CF. Grayscale: #9F9F9F. Windows color (decimal): -3498448 or 3186378. OLE color: 3186378.
HSL color Cylindrical-coordinate representation of color #CA9E30: hue angle of 42.86º 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 #CA9E30 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 48 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.21 |
| HSL | 42.86º | 0.62% | 0.49% | - |
| HSV(B) | 42.86º | 0.76% | 0.79% | - |
| XYZ | 37.12 | 37.22 | 8.02 | - |
| YUV | 158.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 48 | 0 | 0.22 | 0.76 | 0.21 | 42.86 | 0.62 | 0.49 |
| Hex | CA | 9E | 30 | 0 | 16 | 4C | 15 | 2B | 3E | 31 |
| Octal | 312 | 236 | 60 | 0 | 26 | 114 | 25 | 53 | 76 | 61 |
| Binary | 11001010 | 10011110 | 110000 | 0 | 10110 | 1001100 | 10101 | 101011 | 111110 | 110001 |
Color Harmonies of #CA9E30
Complementary color
Monochromatic Colors of #CA9E30
Black with #CA9E30
Text Example
Text Example
White with #CA9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E30; }
p { color: rgb(202,158,48); }
H1.HeaderClassName
{
color: #CA9E30;
}
.AnyTagClassName
{
color: #CA9E30;
}
</style>
background-color css
<style>
a { background-color: #CA9E30; }
a { background-color: rgb(202,158,48); }
div.DivClassName
{
background-color: #CA9E30;
}
.BgClassName
{
background-color: #CA9E30;
}
</style>
border-color css
<style>
span { border-color: #CA9E30; }
span { border-color: rgb(202,158,48); }
td.TdClassName
{
border-color: #CA9E30;
}
.TagClassName
{
border-color: #CA9E30;
}
</style>