Shades of Fuel Yellow #CA942D
Tints of Fuel Yellow #CA942D
RGB
CMYK
RGB Variations
Color information
#CA942D (or 0xCA942D) is known color: Fuel Yellow. HEX triplet: CA, 94 and 2D. RGB value is (202,148,45). Sum of RGB (Red+Green+Blue) = 202+148+45=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA942D is #356BD2. Grayscale: #989898. Windows color (decimal): -3501011 or 2987210. OLE color: 2987210.
HSL color Cylindrical-coordinate representation of color #CA942D: hue angle of 39.36º 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 #CA942D is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 45 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.21 |
| HSL | 39.36º | 0.64% | 0.48% | - |
| HSV(B) | 39.36º | 0.78% | 0.79% | - |
| XYZ | 35.42 | 33.93 | 7.16 | - |
| YUV | 152.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 45 | 0 | 0.27 | 0.78 | 0.21 | 39.36 | 0.64 | 0.48 |
| Hex | CA | 94 | 2D | 0 | 1B | 4E | 15 | 27 | 40 | 30 |
| Octal | 312 | 224 | 55 | 0 | 33 | 116 | 25 | 47 | 100 | 60 |
| Binary | 11001010 | 10010100 | 101101 | 0 | 11011 | 1001110 | 10101 | 100111 | 1000000 | 110000 |
Color Harmonies of #CA942D
Complementary color
Monochromatic Colors of #CA942D
Black with #CA942D
Text Example
Text Example
White with #CA942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA942D; }
p { color: rgb(202,148,45); }
H1.HeaderClassName
{
color: #CA942D;
}
.AnyTagClassName
{
color: #CA942D;
}
</style>
background-color css
<style>
a { background-color: #CA942D; }
a { background-color: rgb(202,148,45); }
div.DivClassName
{
background-color: #CA942D;
}
.BgClassName
{
background-color: #CA942D;
}
</style>
border-color css
<style>
span { border-color: #CA942D; }
span { border-color: rgb(202,148,45); }
td.TdClassName
{
border-color: #CA942D;
}
.TagClassName
{
border-color: #CA942D;
}
</style>