Shades of Fuel Yellow #CA942E
Tints of Fuel Yellow #CA942E
RGB
CMYK
RGB Variations
Color information
#CA942E (or 0xCA942E) is known color: Fuel Yellow. HEX triplet: CA, 94 and 2E. RGB value is (202,148,46). Sum of RGB (Red+Green+Blue) = 202+148+46=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA942E is #356BD1. Grayscale: #989898. Windows color (decimal): -3501010 or 3052746. OLE color: 3052746.
HSL color Cylindrical-coordinate representation of color #CA942E: hue angle of 39.23º degrees, saturation: 0.63, 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 #CA942E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 46 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.21 |
| HSL | 39.23º | 0.63% | 0.49% | - |
| HSV(B) | 39.23º | 0.77% | 0.79% | - |
| XYZ | 35.44 | 33.93 | 7.27 | - |
| YUV | 152.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 46 | 0 | 0.27 | 0.77 | 0.21 | 39.23 | 0.63 | 0.49 |
| Hex | CA | 94 | 2E | 0 | 1B | 4D | 15 | 27 | 3F | 31 |
| Octal | 312 | 224 | 56 | 0 | 33 | 115 | 25 | 47 | 77 | 61 |
| Binary | 11001010 | 10010100 | 101110 | 0 | 11011 | 1001101 | 10101 | 100111 | 111111 | 110001 |
Color Harmonies of #CA942E
Complementary color
Monochromatic Colors of #CA942E
Black with #CA942E
Text Example
Text Example
White with #CA942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA942E; }
p { color: rgb(202,148,46); }
H1.HeaderClassName
{
color: #CA942E;
}
.AnyTagClassName
{
color: #CA942E;
}
</style>
background-color css
<style>
a { background-color: #CA942E; }
a { background-color: rgb(202,148,46); }
div.DivClassName
{
background-color: #CA942E;
}
.BgClassName
{
background-color: #CA942E;
}
</style>
border-color css
<style>
span { border-color: #CA942E; }
span { border-color: rgb(202,148,46); }
td.TdClassName
{
border-color: #CA942E;
}
.TagClassName
{
border-color: #CA942E;
}
</style>