Shades of Fuel Yellow #CC9436
Tints of Fuel Yellow #CC9436
RGB
CMYK
RGB Variations
Color information
#CC9436 (or 0xCC9436) is known color: Fuel Yellow. HEX triplet: CC, 94 and 36. RGB value is (204,148,54). Sum of RGB (Red+Green+Blue) = 204+148+54=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9436 is #336BC9. Grayscale: #9A9A9A. Windows color (decimal): -3369930 or 3577036. OLE color: 3577036.
HSL color Cylindrical-coordinate representation of color #CC9436: hue angle of 37.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9436 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 54 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.2 |
| HSL | 37.6º | 0.6% | 0.51% | - |
| HSV(B) | 37.6º | 0.74% | 0.8% | - |
| XYZ | 36.16 | 34.28 | 8.2 | - |
| YUV | 154.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 54 | 0 | 0.27 | 0.74 | 0.2 | 37.6 | 0.6 | 0.51 |
| Hex | CC | 94 | 36 | 0 | 1B | 4A | 14 | 26 | 3C | 33 |
| Octal | 314 | 224 | 66 | 0 | 33 | 112 | 24 | 46 | 74 | 63 |
| Binary | 11001100 | 10010100 | 110110 | 0 | 11011 | 1001010 | 10100 | 100110 | 111100 | 110011 |
Color Harmonies of #CC9436
Complementary color
Monochromatic Colors of #CC9436
Black with #CC9436
Text Example
Text Example
White with #CC9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9436; }
p { color: rgb(204,148,54); }
H1.HeaderClassName
{
color: #CC9436;
}
.AnyTagClassName
{
color: #CC9436;
}
</style>
background-color css
<style>
a { background-color: #CC9436; }
a { background-color: rgb(204,148,54); }
div.DivClassName
{
background-color: #CC9436;
}
.BgClassName
{
background-color: #CC9436;
}
</style>
border-color css
<style>
span { border-color: #CC9436; }
span { border-color: rgb(204,148,54); }
td.TdClassName
{
border-color: #CC9436;
}
.TagClassName
{
border-color: #CC9436;
}
</style>