Shades of Fuel Yellow #CA9637
Tints of Fuel Yellow #CA9637
RGB
CMYK
RGB Variations
Color information
#CA9637 (or 0xCA9637) is known color: Fuel Yellow. HEX triplet: CA, 96 and 37. RGB value is (202,150,55). Sum of RGB (Red+Green+Blue) = 202+150+55=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9637 is #3569C8. Grayscale: #9B9B9B. Windows color (decimal): -3500489 or 3643082. OLE color: 3643082.
HSL color Cylindrical-coordinate representation of color #CA9637: hue angle of 38.78º 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 #CA9637 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 55 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.21 |
| HSL | 38.78º | 0.58% | 0.5% | - |
| HSV(B) | 38.78º | 0.73% | 0.79% | - |
| XYZ | 35.95 | 34.65 | 8.41 | - |
| YUV | 154.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 55 | 0 | 0.26 | 0.73 | 0.21 | 38.78 | 0.58 | 0.5 |
| Hex | CA | 96 | 37 | 0 | 1A | 49 | 15 | 27 | 3A | 32 |
| Octal | 312 | 226 | 67 | 0 | 32 | 111 | 25 | 47 | 72 | 62 |
| Binary | 11001010 | 10010110 | 110111 | 0 | 11010 | 1001001 | 10101 | 100111 | 111010 | 110010 |
Color Harmonies of #CA9637
Complementary color
Monochromatic Colors of #CA9637
Black with #CA9637
Text Example
Text Example
White with #CA9637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9637; }
p { color: rgb(202,150,55); }
H1.HeaderClassName
{
color: #CA9637;
}
.AnyTagClassName
{
color: #CA9637;
}
</style>
background-color css
<style>
a { background-color: #CA9637; }
a { background-color: rgb(202,150,55); }
div.DivClassName
{
background-color: #CA9637;
}
.BgClassName
{
background-color: #CA9637;
}
</style>
border-color css
<style>
span { border-color: #CA9637; }
span { border-color: rgb(202,150,55); }
td.TdClassName
{
border-color: #CA9637;
}
.TagClassName
{
border-color: #CA9637;
}
</style>