Shades of Fuel Yellow #CA952F
Tints of Fuel Yellow #CA952F
RGB
CMYK
RGB Variations
Color information
#CA952F (or 0xCA952F) is known color: Fuel Yellow. HEX triplet: CA, 95 and 2F. RGB value is (202,149,47). Sum of RGB (Red+Green+Blue) = 202+149+47=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA952F is #356AD0. Grayscale: #999999. Windows color (decimal): -3500753 or 3118538. OLE color: 3118538.
HSL color Cylindrical-coordinate representation of color #CA952F: hue angle of 39.48º degrees, saturation: 0.62, 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 #CA952F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 47 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.21 |
| HSL | 39.48º | 0.62% | 0.49% | - |
| HSV(B) | 39.48º | 0.77% | 0.79% | - |
| XYZ | 35.62 | 34.26 | 7.42 | - |
| YUV | 153.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 47 | 0 | 0.26 | 0.77 | 0.21 | 39.48 | 0.62 | 0.49 |
| Hex | CA | 95 | 2F | 0 | 1A | 4D | 15 | 27 | 3E | 31 |
| Octal | 312 | 225 | 57 | 0 | 32 | 115 | 25 | 47 | 76 | 61 |
| Binary | 11001010 | 10010101 | 101111 | 0 | 11010 | 1001101 | 10101 | 100111 | 111110 | 110001 |
Color Harmonies of #CA952F
Complementary color
Monochromatic Colors of #CA952F
Black with #CA952F
Text Example
Text Example
White with #CA952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA952F; }
p { color: rgb(202,149,47); }
H1.HeaderClassName
{
color: #CA952F;
}
.AnyTagClassName
{
color: #CA952F;
}
</style>
background-color css
<style>
a { background-color: #CA952F; }
a { background-color: rgb(202,149,47); }
div.DivClassName
{
background-color: #CA952F;
}
.BgClassName
{
background-color: #CA952F;
}
</style>
border-color css
<style>
span { border-color: #CA952F; }
span { border-color: rgb(202,149,47); }
td.TdClassName
{
border-color: #CA952F;
}
.TagClassName
{
border-color: #CA952F;
}
</style>