Shades of Fuel Yellow #CC9131
Tints of Fuel Yellow #CC9131
RGB
CMYK
RGB Variations
Color information
#CC9131 (or 0xCC9131) is known color: Fuel Yellow. HEX triplet: CC, 91 and 31. RGB value is (204,145,49). Sum of RGB (Red+Green+Blue) = 204+145+49=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9131 is #336ECE. Grayscale: #989898. Windows color (decimal): -3370703 or 3248588. OLE color: 3248588.
HSL color Cylindrical-coordinate representation of color #CC9131: hue angle of 37.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9131 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 49 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.2 |
| HSL | 37.16º | 0.61% | 0.5% | - |
| HSV(B) | 37.16º | 0.76% | 0.8% | - |
| XYZ | 35.58 | 33.31 | 7.46 | - |
| YUV | 151.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 49 | 0 | 0.29 | 0.76 | 0.2 | 37.16 | 0.61 | 0.5 |
| Hex | CC | 91 | 31 | 0 | 1D | 4C | 14 | 25 | 3D | 32 |
| Octal | 314 | 221 | 61 | 0 | 35 | 114 | 24 | 45 | 75 | 62 |
| Binary | 11001100 | 10010001 | 110001 | 0 | 11101 | 1001100 | 10100 | 100101 | 111101 | 110010 |
Color Harmonies of #CC9131
Complementary color
Monochromatic Colors of #CC9131
Black with #CC9131
Text Example
Text Example
White with #CC9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9131; }
p { color: rgb(204,145,49); }
H1.HeaderClassName
{
color: #CC9131;
}
.AnyTagClassName
{
color: #CC9131;
}
</style>
background-color css
<style>
a { background-color: #CC9131; }
a { background-color: rgb(204,145,49); }
div.DivClassName
{
background-color: #CC9131;
}
.BgClassName
{
background-color: #CC9131;
}
</style>
border-color css
<style>
span { border-color: #CC9131; }
span { border-color: rgb(204,145,49); }
td.TdClassName
{
border-color: #CC9131;
}
.TagClassName
{
border-color: #CC9131;
}
</style>