Shades of Fuel Yellow #CA9632
Tints of Fuel Yellow #CA9632
RGB
CMYK
RGB Variations
Color information
#CA9632 (or 0xCA9632) is known color: Fuel Yellow. HEX triplet: CA, 96 and 32. RGB value is (202,150,50). Sum of RGB (Red+Green+Blue) = 202+150+50=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9632 is #3569CD. Grayscale: #9A9A9A. Windows color (decimal): -3500494 or 3315402. OLE color: 3315402.
HSL color Cylindrical-coordinate representation of color #CA9632: hue angle of 39.47º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9632 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 50 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.21 |
| HSL | 39.47º | 0.6% | 0.49% | - |
| HSV(B) | 39.47º | 0.75% | 0.79% | - |
| XYZ | 35.84 | 34.6 | 7.81 | - |
| YUV | 154.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 50 | 0 | 0.26 | 0.75 | 0.21 | 39.47 | 0.6 | 0.49 |
| Hex | CA | 96 | 32 | 0 | 1A | 4B | 15 | 27 | 3C | 31 |
| Octal | 312 | 226 | 62 | 0 | 32 | 113 | 25 | 47 | 74 | 61 |
| Binary | 11001010 | 10010110 | 110010 | 0 | 11010 | 1001011 | 10101 | 100111 | 111100 | 110001 |
Color Harmonies of #CA9632
Complementary color
Monochromatic Colors of #CA9632
Black with #CA9632
Text Example
Text Example
White with #CA9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9632; }
p { color: rgb(202,150,50); }
H1.HeaderClassName
{
color: #CA9632;
}
.AnyTagClassName
{
color: #CA9632;
}
</style>
background-color css
<style>
a { background-color: #CA9632; }
a { background-color: rgb(202,150,50); }
div.DivClassName
{
background-color: #CA9632;
}
.BgClassName
{
background-color: #CA9632;
}
</style>
border-color css
<style>
span { border-color: #CA9632; }
span { border-color: rgb(202,150,50); }
td.TdClassName
{
border-color: #CA9632;
}
.TagClassName
{
border-color: #CA9632;
}
</style>