Shades of Fuel Yellow #CA9037
Tints of Fuel Yellow #CA9037
RGB
CMYK
RGB Variations
Color information
#CA9037 (or 0xCA9037) is known color: Fuel Yellow. HEX triplet: CA, 90 and 37. RGB value is (202,144,55). Sum of RGB (Red+Green+Blue) = 202+144+55=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9037 is #356FC8. Grayscale: #979797. Windows color (decimal): -3502025 or 3641546. OLE color: 3641546.
HSL color Cylindrical-coordinate representation of color #CA9037: hue angle of 36.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA9037 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 55 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.21 |
| HSL | 36.33º | 0.58% | 0.5% | - |
| HSV(B) | 36.33º | 0.73% | 0.79% | - |
| XYZ | 35.02 | 32.78 | 8.1 | - |
| YUV | 151.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 55 | 0 | 0.29 | 0.73 | 0.21 | 36.33 | 0.58 | 0.5 |
| Hex | CA | 90 | 37 | 0 | 1D | 49 | 15 | 24 | 3A | 32 |
| Octal | 312 | 220 | 67 | 0 | 35 | 111 | 25 | 44 | 72 | 62 |
| Binary | 11001010 | 10010000 | 110111 | 0 | 11101 | 1001001 | 10101 | 100100 | 111010 | 110010 |
Color Harmonies of #CA9037
Complementary color
Monochromatic Colors of #CA9037
Black with #CA9037
Text Example
Text Example
White with #CA9037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9037; }
p { color: rgb(202,144,55); }
H1.HeaderClassName
{
color: #CA9037;
}
.AnyTagClassName
{
color: #CA9037;
}
</style>
background-color css
<style>
a { background-color: #CA9037; }
a { background-color: rgb(202,144,55); }
div.DivClassName
{
background-color: #CA9037;
}
.BgClassName
{
background-color: #CA9037;
}
</style>
border-color css
<style>
span { border-color: #CA9037; }
span { border-color: rgb(202,144,55); }
td.TdClassName
{
border-color: #CA9037;
}
.TagClassName
{
border-color: #CA9037;
}
</style>