Shades of Fuel Yellow #CA9934
Tints of Fuel Yellow #CA9934
RGB
CMYK
RGB Variations
Color information
#CA9934 (or 0xCA9934) is known color: Fuel Yellow. HEX triplet: CA, 99 and 34. RGB value is (202,153,52). Sum of RGB (Red+Green+Blue) = 202+153+52=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9934 is #3566CB. Grayscale: #9C9C9C. Windows color (decimal): -3499724 or 3447242. OLE color: 3447242.
HSL color Cylindrical-coordinate representation of color #CA9934: hue angle of 40.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA9934 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 52 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.21 |
| HSL | 40.4º | 0.59% | 0.5% | - |
| HSV(B) | 40.4º | 0.74% | 0.79% | - |
| XYZ | 36.37 | 35.59 | 8.2 | - |
| YUV | 156.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 52 | 0 | 0.24 | 0.74 | 0.21 | 40.4 | 0.59 | 0.5 |
| Hex | CA | 99 | 34 | 0 | 18 | 4A | 15 | 28 | 3B | 32 |
| Octal | 312 | 231 | 64 | 0 | 30 | 112 | 25 | 50 | 73 | 62 |
| Binary | 11001010 | 10011001 | 110100 | 0 | 11000 | 1001010 | 10101 | 101000 | 111011 | 110010 |
Color Harmonies of #CA9934
Complementary color
Monochromatic Colors of #CA9934
Black with #CA9934
Text Example
Text Example
White with #CA9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9934; }
p { color: rgb(202,153,52); }
H1.HeaderClassName
{
color: #CA9934;
}
.AnyTagClassName
{
color: #CA9934;
}
</style>
background-color css
<style>
a { background-color: #CA9934; }
a { background-color: rgb(202,153,52); }
div.DivClassName
{
background-color: #CA9934;
}
.BgClassName
{
background-color: #CA9934;
}
</style>
border-color css
<style>
span { border-color: #CA9934; }
span { border-color: rgb(202,153,52); }
td.TdClassName
{
border-color: #CA9934;
}
.TagClassName
{
border-color: #CA9934;
}
</style>