Shades of Fuel Yellow #CC9134
Tints of Fuel Yellow #CC9134
RGB
CMYK
RGB Variations
Color information
#CC9134 (or 0xCC9134) is known color: Fuel Yellow. HEX triplet: CC, 91 and 34. RGB value is (204,145,52). Sum of RGB (Red+Green+Blue) = 204+145+52=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9134 is #336ECB. Grayscale: #989898. Windows color (decimal): -3370700 or 3445196. OLE color: 3445196.
HSL color Cylindrical-coordinate representation of color #CC9134: hue angle of 36.71º degrees, saturation: 0.6, 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 #CC9134 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 52 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.2 |
| HSL | 36.71º | 0.6% | 0.5% | - |
| HSV(B) | 36.71º | 0.75% | 0.8% | - |
| XYZ | 35.65 | 33.34 | 7.8 | - |
| YUV | 152.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 52 | 0 | 0.29 | 0.75 | 0.2 | 36.71 | 0.6 | 0.5 |
| Hex | CC | 91 | 34 | 0 | 1D | 4B | 14 | 25 | 3C | 32 |
| Octal | 314 | 221 | 64 | 0 | 35 | 113 | 24 | 45 | 74 | 62 |
| Binary | 11001100 | 10010001 | 110100 | 0 | 11101 | 1001011 | 10100 | 100101 | 111100 | 110010 |
Color Harmonies of #CC9134
Complementary color
Monochromatic Colors of #CC9134
Black with #CC9134
Text Example
Text Example
White with #CC9134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9134; }
p { color: rgb(204,145,52); }
H1.HeaderClassName
{
color: #CC9134;
}
.AnyTagClassName
{
color: #CC9134;
}
</style>
background-color css
<style>
a { background-color: #CC9134; }
a { background-color: rgb(204,145,52); }
div.DivClassName
{
background-color: #CC9134;
}
.BgClassName
{
background-color: #CC9134;
}
</style>
border-color css
<style>
span { border-color: #CC9134; }
span { border-color: rgb(204,145,52); }
td.TdClassName
{
border-color: #CC9134;
}
.TagClassName
{
border-color: #CC9134;
}
</style>