Shades of Fuel Yellow #CA962C
Tints of Fuel Yellow #CA962C
RGB
CMYK
RGB Variations
Color information
#CA962C (or 0xCA962C) is known color: Fuel Yellow. HEX triplet: CA, 96 and 2C. RGB value is (202,150,44). Sum of RGB (Red+Green+Blue) = 202+150+44=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA962C is #3569D3. Grayscale: #999999. Windows color (decimal): -3500500 or 2922186. OLE color: 2922186.
HSL color Cylindrical-coordinate representation of color #CA962C: hue angle of 40.25º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA962C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 44 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.21 |
| HSL | 40.25º | 0.64% | 0.48% | - |
| HSV(B) | 40.25º | 0.78% | 0.79% | - |
| XYZ | 35.72 | 34.55 | 7.17 | - |
| YUV | 153.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 44 | 0 | 0.26 | 0.78 | 0.21 | 40.25 | 0.64 | 0.48 |
| Hex | CA | 96 | 2C | 0 | 1A | 4E | 15 | 28 | 40 | 30 |
| Octal | 312 | 226 | 54 | 0 | 32 | 116 | 25 | 50 | 100 | 60 |
| Binary | 11001010 | 10010110 | 101100 | 0 | 11010 | 1001110 | 10101 | 101000 | 1000000 | 110000 |
Color Harmonies of #CA962C
Complementary color
Monochromatic Colors of #CA962C
Black with #CA962C
Text Example
Text Example
White with #CA962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA962C; }
p { color: rgb(202,150,44); }
H1.HeaderClassName
{
color: #CA962C;
}
.AnyTagClassName
{
color: #CA962C;
}
</style>
background-color css
<style>
a { background-color: #CA962C; }
a { background-color: rgb(202,150,44); }
div.DivClassName
{
background-color: #CA962C;
}
.BgClassName
{
background-color: #CA962C;
}
</style>
border-color css
<style>
span { border-color: #CA962C; }
span { border-color: rgb(202,150,44); }
td.TdClassName
{
border-color: #CA962C;
}
.TagClassName
{
border-color: #CA962C;
}
</style>