Shades of Fuel Yellow #CA972D
Tints of Fuel Yellow #CA972D
RGB
CMYK
RGB Variations
Color information
#CA972D (or 0xCA972D) is known color: Fuel Yellow. HEX triplet: CA, 97 and 2D. RGB value is (202,151,45). Sum of RGB (Red+Green+Blue) = 202+151+45=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA972D is #3568D2. Grayscale: #9A9A9A. Windows color (decimal): -3500243 or 2987978. OLE color: 2987978.
HSL color Cylindrical-coordinate representation of color #CA972D: hue angle of 40.51º 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 #CA972D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 45 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.21 |
| HSL | 40.51º | 0.64% | 0.48% | - |
| HSV(B) | 40.51º | 0.78% | 0.79% | - |
| XYZ | 35.9 | 34.88 | 7.32 | - |
| YUV | 154.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 45 | 0 | 0.25 | 0.78 | 0.21 | 40.51 | 0.64 | 0.48 |
| Hex | CA | 97 | 2D | 0 | 19 | 4E | 15 | 29 | 40 | 30 |
| Octal | 312 | 227 | 55 | 0 | 31 | 116 | 25 | 51 | 100 | 60 |
| Binary | 11001010 | 10010111 | 101101 | 0 | 11001 | 1001110 | 10101 | 101001 | 1000000 | 110000 |
Color Harmonies of #CA972D
Complementary color
Monochromatic Colors of #CA972D
Black with #CA972D
Text Example
Text Example
White with #CA972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA972D; }
p { color: rgb(202,151,45); }
H1.HeaderClassName
{
color: #CA972D;
}
.AnyTagClassName
{
color: #CA972D;
}
</style>
background-color css
<style>
a { background-color: #CA972D; }
a { background-color: rgb(202,151,45); }
div.DivClassName
{
background-color: #CA972D;
}
.BgClassName
{
background-color: #CA972D;
}
</style>
border-color css
<style>
span { border-color: #CA972D; }
span { border-color: rgb(202,151,45); }
td.TdClassName
{
border-color: #CA972D;
}
.TagClassName
{
border-color: #CA972D;
}
</style>