Shades of Fuel Yellow #CA952D
Tints of Fuel Yellow #CA952D
RGB
CMYK
RGB Variations
Color information
#CA952D (or 0xCA952D) is known color: Fuel Yellow. HEX triplet: CA, 95 and 2D. RGB value is (202,149,45). Sum of RGB (Red+Green+Blue) = 202+149+45=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA952D is #356AD2. Grayscale: #999999. Windows color (decimal): -3500755 or 2987466. OLE color: 2987466.
HSL color Cylindrical-coordinate representation of color #CA952D: hue angle of 39.75º 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 #CA952D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.21 |
| HSL | 39.75º | 0.64% | 0.48% | - |
| HSV(B) | 39.75º | 0.78% | 0.79% | - |
| XYZ | 35.58 | 34.24 | 7.22 | - |
| YUV | 152.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 45 | 0 | 0.26 | 0.78 | 0.21 | 39.75 | 0.64 | 0.48 |
| Hex | CA | 95 | 2D | 0 | 1A | 4E | 15 | 28 | 40 | 30 |
| Octal | 312 | 225 | 55 | 0 | 32 | 116 | 25 | 50 | 100 | 60 |
| Binary | 11001010 | 10010101 | 101101 | 0 | 11010 | 1001110 | 10101 | 101000 | 1000000 | 110000 |
Color Harmonies of #CA952D
Complementary color
Monochromatic Colors of #CA952D
Black with #CA952D
Text Example
Text Example
White with #CA952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA952D; }
p { color: rgb(202,149,45); }
H1.HeaderClassName
{
color: #CA952D;
}
.AnyTagClassName
{
color: #CA952D;
}
</style>
background-color css
<style>
a { background-color: #CA952D; }
a { background-color: rgb(202,149,45); }
div.DivClassName
{
background-color: #CA952D;
}
.BgClassName
{
background-color: #CA952D;
}
</style>
border-color css
<style>
span { border-color: #CA952D; }
span { border-color: rgb(202,149,45); }
td.TdClassName
{
border-color: #CA952D;
}
.TagClassName
{
border-color: #CA952D;
}
</style>