Shades of Fuel Yellow #CA8C37
Tints of Fuel Yellow #CA8C37
RGB
CMYK
RGB Variations
Color information
#CA8C37 (or 0xCA8C37) is known color: Fuel Yellow. HEX triplet: CA, 8C and 37. RGB value is (202,140,55). Sum of RGB (Red+Green+Blue) = 202+140+55=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C37 is #3573C8. Grayscale: #959595. Windows color (decimal): -3503049 or 3640522. OLE color: 3640522.
HSL color Cylindrical-coordinate representation of color #CA8C37: hue angle of 34.69º 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 #CA8C37 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 55 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.21 |
| HSL | 34.69º | 0.58% | 0.5% | - |
| HSV(B) | 34.69º | 0.73% | 0.79% | - |
| XYZ | 34.42 | 31.59 | 7.9 | - |
| YUV | 148.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 55 | 0 | 0.31 | 0.73 | 0.21 | 34.69 | 0.58 | 0.5 |
| Hex | CA | 8C | 37 | 0 | 1F | 49 | 15 | 23 | 3A | 32 |
| Octal | 312 | 214 | 67 | 0 | 37 | 111 | 25 | 43 | 72 | 62 |
| Binary | 11001010 | 10001100 | 110111 | 0 | 11111 | 1001001 | 10101 | 100011 | 111010 | 110010 |
Color Harmonies of #CA8C37
Complementary color
Monochromatic Colors of #CA8C37
Black with #CA8C37
Text Example
Text Example
White with #CA8C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C37; }
p { color: rgb(202,140,55); }
H1.HeaderClassName
{
color: #CA8C37;
}
.AnyTagClassName
{
color: #CA8C37;
}
</style>
background-color css
<style>
a { background-color: #CA8C37; }
a { background-color: rgb(202,140,55); }
div.DivClassName
{
background-color: #CA8C37;
}
.BgClassName
{
background-color: #CA8C37;
}
</style>
border-color css
<style>
span { border-color: #CA8C37; }
span { border-color: rgb(202,140,55); }
td.TdClassName
{
border-color: #CA8C37;
}
.TagClassName
{
border-color: #CA8C37;
}
</style>