Shades of Fuel Yellow #CA992F
Tints of Fuel Yellow #CA992F
RGB
CMYK
RGB Variations
Color information
#CA992F (or 0xCA992F) is known color: Fuel Yellow. HEX triplet: CA, 99 and 2F. RGB value is (202,153,47). Sum of RGB (Red+Green+Blue) = 202+153+47=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA992F is #3566D0. Grayscale: #9C9C9C. Windows color (decimal): -3499729 or 3119562. OLE color: 3119562.
HSL color Cylindrical-coordinate representation of color #CA992F: hue angle of 41.03º 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 #CA992F is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 47 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.21 |
| HSL | 41.03º | 0.62% | 0.49% | - |
| HSV(B) | 41.03º | 0.77% | 0.79% | - |
| XYZ | 36.26 | 35.54 | 7.64 | - |
| YUV | 155.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 47 | 0 | 0.24 | 0.77 | 0.21 | 41.03 | 0.62 | 0.49 |
| Hex | CA | 99 | 2F | 0 | 18 | 4D | 15 | 29 | 3E | 31 |
| Octal | 312 | 231 | 57 | 0 | 30 | 115 | 25 | 51 | 76 | 61 |
| Binary | 11001010 | 10011001 | 101111 | 0 | 11000 | 1001101 | 10101 | 101001 | 111110 | 110001 |
Color Harmonies of #CA992F
Complementary color
Monochromatic Colors of #CA992F
Black with #CA992F
Text Example
Text Example
White with #CA992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA992F; }
p { color: rgb(202,153,47); }
H1.HeaderClassName
{
color: #CA992F;
}
.AnyTagClassName
{
color: #CA992F;
}
</style>
background-color css
<style>
a { background-color: #CA992F; }
a { background-color: rgb(202,153,47); }
div.DivClassName
{
background-color: #CA992F;
}
.BgClassName
{
background-color: #CA992F;
}
</style>
border-color css
<style>
span { border-color: #CA992F; }
span { border-color: rgb(202,153,47); }
td.TdClassName
{
border-color: #CA992F;
}
.TagClassName
{
border-color: #CA992F;
}
</style>