Shades of Fuel Yellow #CA9232
Tints of Fuel Yellow #CA9232
RGB
CMYK
RGB Variations
Color information
#CA9232 (or 0xCA9232) is known color: Fuel Yellow. HEX triplet: CA, 92 and 32. RGB value is (202,146,50). Sum of RGB (Red+Green+Blue) = 202+146+50=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9232 is #356DCD. Grayscale: #989898. Windows color (decimal): -3501518 or 3314378. OLE color: 3314378.
HSL color Cylindrical-coordinate representation of color #CA9232: hue angle of 37.89º 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 #CA9232 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 50 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.21 |
| HSL | 37.89º | 0.6% | 0.49% | - |
| HSV(B) | 37.89º | 0.75% | 0.79% | - |
| XYZ | 35.21 | 33.34 | 7.6 | - |
| YUV | 151.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 50 | 0 | 0.28 | 0.75 | 0.21 | 37.89 | 0.6 | 0.49 |
| Hex | CA | 92 | 32 | 0 | 1C | 4B | 15 | 26 | 3C | 31 |
| Octal | 312 | 222 | 62 | 0 | 34 | 113 | 25 | 46 | 74 | 61 |
| Binary | 11001010 | 10010010 | 110010 | 0 | 11100 | 1001011 | 10101 | 100110 | 111100 | 110001 |
Color Harmonies of #CA9232
Complementary color
Monochromatic Colors of #CA9232
Black with #CA9232
Text Example
Text Example
White with #CA9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9232; }
p { color: rgb(202,146,50); }
H1.HeaderClassName
{
color: #CA9232;
}
.AnyTagClassName
{
color: #CA9232;
}
</style>
background-color css
<style>
a { background-color: #CA9232; }
a { background-color: rgb(202,146,50); }
div.DivClassName
{
background-color: #CA9232;
}
.BgClassName
{
background-color: #CA9232;
}
</style>
border-color css
<style>
span { border-color: #CA9232; }
span { border-color: rgb(202,146,50); }
td.TdClassName
{
border-color: #CA9232;
}
.TagClassName
{
border-color: #CA9232;
}
</style>