Shades of Fuel Yellow #CA952E
Tints of Fuel Yellow #CA952E
RGB
CMYK
RGB Variations
Color information
#CA952E (or 0xCA952E) is known color: Fuel Yellow. HEX triplet: CA, 95 and 2E. RGB value is (202,149,46). Sum of RGB (Red+Green+Blue) = 202+149+46=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA952E is #356AD1. Grayscale: #999999. Windows color (decimal): -3500754 or 3053002. OLE color: 3053002.
HSL color Cylindrical-coordinate representation of color #CA952E: hue angle of 39.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA952E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 46 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.21 |
| HSL | 39.62º | 0.63% | 0.49% | - |
| HSV(B) | 39.62º | 0.77% | 0.79% | - |
| XYZ | 35.6 | 34.25 | 7.32 | - |
| YUV | 153.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 46 | 0 | 0.26 | 0.77 | 0.21 | 39.62 | 0.63 | 0.49 |
| Hex | CA | 95 | 2E | 0 | 1A | 4D | 15 | 28 | 3F | 31 |
| Octal | 312 | 225 | 56 | 0 | 32 | 115 | 25 | 50 | 77 | 61 |
| Binary | 11001010 | 10010101 | 101110 | 0 | 11010 | 1001101 | 10101 | 101000 | 111111 | 110001 |
Color Harmonies of #CA952E
Complementary color
Monochromatic Colors of #CA952E
Black with #CA952E
Text Example
Text Example
White with #CA952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA952E; }
p { color: rgb(202,149,46); }
H1.HeaderClassName
{
color: #CA952E;
}
.AnyTagClassName
{
color: #CA952E;
}
</style>
background-color css
<style>
a { background-color: #CA952E; }
a { background-color: rgb(202,149,46); }
div.DivClassName
{
background-color: #CA952E;
}
.BgClassName
{
background-color: #CA952E;
}
</style>
border-color css
<style>
span { border-color: #CA952E; }
span { border-color: rgb(202,149,46); }
td.TdClassName
{
border-color: #CA952E;
}
.TagClassName
{
border-color: #CA952E;
}
</style>