Shades of Fuel Yellow #CC9539
Tints of Fuel Yellow #CC9539
RGB
CMYK
RGB Variations
Color information
#CC9539 (or 0xCC9539) is known color: Fuel Yellow. HEX triplet: CC, 95 and 39. RGB value is (204,149,57). Sum of RGB (Red+Green+Blue) = 204+149+57=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9539 is #336AC6. Grayscale: #9B9B9B. Windows color (decimal): -3369671 or 3773900. OLE color: 3773900.
HSL color Cylindrical-coordinate representation of color #CC9539: hue angle of 37.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC9539 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 57 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.2 |
| HSL | 37.55º | 0.59% | 0.51% | - |
| HSV(B) | 37.55º | 0.72% | 0.8% | - |
| XYZ | 36.39 | 34.63 | 8.64 | - |
| YUV | 154.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 57 | 0 | 0.27 | 0.72 | 0.2 | 37.55 | 0.59 | 0.51 |
| Hex | CC | 95 | 39 | 0 | 1B | 48 | 14 | 26 | 3B | 33 |
| Octal | 314 | 225 | 71 | 0 | 33 | 110 | 24 | 46 | 73 | 63 |
| Binary | 11001100 | 10010101 | 111001 | 0 | 11011 | 1001000 | 10100 | 100110 | 111011 | 110011 |
Color Harmonies of #CC9539
Complementary color
Monochromatic Colors of #CC9539
Black with #CC9539
Text Example
Text Example
White with #CC9539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9539; }
p { color: rgb(204,149,57); }
H1.HeaderClassName
{
color: #CC9539;
}
.AnyTagClassName
{
color: #CC9539;
}
</style>
background-color css
<style>
a { background-color: #CC9539; }
a { background-color: rgb(204,149,57); }
div.DivClassName
{
background-color: #CC9539;
}
.BgClassName
{
background-color: #CC9539;
}
</style>
border-color css
<style>
span { border-color: #CC9539; }
span { border-color: rgb(204,149,57); }
td.TdClassName
{
border-color: #CC9539;
}
.TagClassName
{
border-color: #CC9539;
}
</style>