Shades of Fuel Yellow #CA9E31
Tints of Fuel Yellow #CA9E31
RGB
CMYK
RGB Variations
Color information
#CA9E31 (or 0xCA9E31) is known color: Fuel Yellow. HEX triplet: CA, 9E and 31. RGB value is (202,158,49). Sum of RGB (Red+Green+Blue) = 202+158+49=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E31 is #3561CE. Grayscale: #9F9F9F. Windows color (decimal): -3498447 or 3251914. OLE color: 3251914.
HSL color Cylindrical-coordinate representation of color #CA9E31: hue angle of 42.75º degrees, saturation: 0.61, 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 #CA9E31 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 49 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.21 |
| HSL | 42.75º | 0.61% | 0.49% | - |
| HSV(B) | 42.75º | 0.76% | 0.79% | - |
| XYZ | 37.14 | 37.23 | 8.13 | - |
| YUV | 158.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 49 | 0 | 0.22 | 0.76 | 0.21 | 42.75 | 0.61 | 0.49 |
| Hex | CA | 9E | 31 | 0 | 16 | 4C | 15 | 2B | 3D | 31 |
| Octal | 312 | 236 | 61 | 0 | 26 | 114 | 25 | 53 | 75 | 61 |
| Binary | 11001010 | 10011110 | 110001 | 0 | 10110 | 1001100 | 10101 | 101011 | 111101 | 110001 |
Color Harmonies of #CA9E31
Complementary color
Monochromatic Colors of #CA9E31
Black with #CA9E31
Text Example
Text Example
White with #CA9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E31; }
p { color: rgb(202,158,49); }
H1.HeaderClassName
{
color: #CA9E31;
}
.AnyTagClassName
{
color: #CA9E31;
}
</style>
background-color css
<style>
a { background-color: #CA9E31; }
a { background-color: rgb(202,158,49); }
div.DivClassName
{
background-color: #CA9E31;
}
.BgClassName
{
background-color: #CA9E31;
}
</style>
border-color css
<style>
span { border-color: #CA9E31; }
span { border-color: rgb(202,158,49); }
td.TdClassName
{
border-color: #CA9E31;
}
.TagClassName
{
border-color: #CA9E31;
}
</style>