Shades of Fuel Yellow #CC9432
Tints of Fuel Yellow #CC9432
RGB
CMYK
RGB Variations
Color information
#CC9432 (or 0xCC9432) is known color: Fuel Yellow. HEX triplet: CC, 94 and 32. RGB value is (204,148,50). Sum of RGB (Red+Green+Blue) = 204+148+50=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9432 is #336BCD. Grayscale: #9A9A9A. Windows color (decimal): -3369934 or 3314892. OLE color: 3314892.
HSL color Cylindrical-coordinate representation of color #CC9432: hue angle of 38.18º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9432 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 50 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.2 |
| HSL | 38.18º | 0.61% | 0.5% | - |
| HSV(B) | 38.18º | 0.75% | 0.8% | - |
| XYZ | 36.07 | 34.25 | 7.73 | - |
| YUV | 153.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 50 | 0 | 0.27 | 0.75 | 0.2 | 38.18 | 0.61 | 0.5 |
| Hex | CC | 94 | 32 | 0 | 1B | 4B | 14 | 26 | 3D | 32 |
| Octal | 314 | 224 | 62 | 0 | 33 | 113 | 24 | 46 | 75 | 62 |
| Binary | 11001100 | 10010100 | 110010 | 0 | 11011 | 1001011 | 10100 | 100110 | 111101 | 110010 |
Color Harmonies of #CC9432
Complementary color
Monochromatic Colors of #CC9432
Black with #CC9432
Text Example
Text Example
White with #CC9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9432; }
p { color: rgb(204,148,50); }
H1.HeaderClassName
{
color: #CC9432;
}
.AnyTagClassName
{
color: #CC9432;
}
</style>
background-color css
<style>
a { background-color: #CC9432; }
a { background-color: rgb(204,148,50); }
div.DivClassName
{
background-color: #CC9432;
}
.BgClassName
{
background-color: #CC9432;
}
</style>
border-color css
<style>
span { border-color: #CC9432; }
span { border-color: rgb(204,148,50); }
td.TdClassName
{
border-color: #CC9432;
}
.TagClassName
{
border-color: #CC9432;
}
</style>