Shades of Fuel Yellow #CA9234
Tints of Fuel Yellow #CA9234
RGB
CMYK
RGB Variations
Color information
#CA9234 (or 0xCA9234) is known color: Fuel Yellow. HEX triplet: CA, 92 and 34. RGB value is (202,146,52). Sum of RGB (Red+Green+Blue) = 202+146+52=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9234 is #356DCB. Grayscale: #989898. Windows color (decimal): -3501516 or 3445450. OLE color: 3445450.
HSL color Cylindrical-coordinate representation of color #CA9234: hue angle of 37.6º 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 #CA9234 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 52 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.21 |
| HSL | 37.6º | 0.59% | 0.5% | - |
| HSV(B) | 37.6º | 0.74% | 0.79% | - |
| XYZ | 35.26 | 33.36 | 7.83 | - |
| YUV | 152.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 52 | 0 | 0.28 | 0.74 | 0.21 | 37.6 | 0.59 | 0.5 |
| Hex | CA | 92 | 34 | 0 | 1C | 4A | 15 | 26 | 3B | 32 |
| Octal | 312 | 222 | 64 | 0 | 34 | 112 | 25 | 46 | 73 | 62 |
| Binary | 11001010 | 10010010 | 110100 | 0 | 11100 | 1001010 | 10101 | 100110 | 111011 | 110010 |
Color Harmonies of #CA9234
Complementary color
Monochromatic Colors of #CA9234
Black with #CA9234
Text Example
Text Example
White with #CA9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9234; }
p { color: rgb(202,146,52); }
H1.HeaderClassName
{
color: #CA9234;
}
.AnyTagClassName
{
color: #CA9234;
}
</style>
background-color css
<style>
a { background-color: #CA9234; }
a { background-color: rgb(202,146,52); }
div.DivClassName
{
background-color: #CA9234;
}
.BgClassName
{
background-color: #CA9234;
}
</style>
border-color css
<style>
span { border-color: #CA9234; }
span { border-color: rgb(202,146,52); }
td.TdClassName
{
border-color: #CA9234;
}
.TagClassName
{
border-color: #CA9234;
}
</style>