Shades of Fuel Yellow #CA9231
Tints of Fuel Yellow #CA9231
RGB
CMYK
RGB Variations
Color information
#CA9231 (or 0xCA9231) is known color: Fuel Yellow. HEX triplet: CA, 92 and 31. RGB value is (202,146,49). Sum of RGB (Red+Green+Blue) = 202+146+49=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9231 is #356DCE. Grayscale: #989898. Windows color (decimal): -3501519 or 3248842. OLE color: 3248842.
HSL color Cylindrical-coordinate representation of color #CA9231: hue angle of 38.04º 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 #CA9231 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 49 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.21 |
| HSL | 38.04º | 0.61% | 0.49% | - |
| HSV(B) | 38.04º | 0.76% | 0.79% | - |
| XYZ | 35.19 | 33.34 | 7.49 | - |
| YUV | 151.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 49 | 0 | 0.28 | 0.76 | 0.21 | 38.04 | 0.61 | 0.49 |
| Hex | CA | 92 | 31 | 0 | 1C | 4C | 15 | 26 | 3D | 31 |
| Octal | 312 | 222 | 61 | 0 | 34 | 114 | 25 | 46 | 75 | 61 |
| Binary | 11001010 | 10010010 | 110001 | 0 | 11100 | 1001100 | 10101 | 100110 | 111101 | 110001 |
Color Harmonies of #CA9231
Complementary color
Monochromatic Colors of #CA9231
Black with #CA9231
Text Example
Text Example
White with #CA9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9231; }
p { color: rgb(202,146,49); }
H1.HeaderClassName
{
color: #CA9231;
}
.AnyTagClassName
{
color: #CA9231;
}
</style>
background-color css
<style>
a { background-color: #CA9231; }
a { background-color: rgb(202,146,49); }
div.DivClassName
{
background-color: #CA9231;
}
.BgClassName
{
background-color: #CA9231;
}
</style>
border-color css
<style>
span { border-color: #CA9231; }
span { border-color: rgb(202,146,49); }
td.TdClassName
{
border-color: #CA9231;
}
.TagClassName
{
border-color: #CA9231;
}
</style>