Shades of Fuel Yellow #CC9330
Tints of Fuel Yellow #CC9330
RGB
CMYK
RGB Variations
Color information
#CC9330 (or 0xCC9330) is known color: Fuel Yellow. HEX triplet: CC, 93 and 30. RGB value is (204,147,48). Sum of RGB (Red+Green+Blue) = 204+147+48=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9330 is #336CCF. Grayscale: #999999. Windows color (decimal): -3370192 or 3183564. OLE color: 3183564.
HSL color Cylindrical-coordinate representation of color #CC9330: hue angle of 38.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9330 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 48 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.2 |
| HSL | 38.08º | 0.62% | 0.49% | - |
| HSV(B) | 38.08º | 0.76% | 0.8% | - |
| XYZ | 35.87 | 33.92 | 7.45 | - |
| YUV | 152.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 48 | 0 | 0.28 | 0.76 | 0.2 | 38.08 | 0.62 | 0.49 |
| Hex | CC | 93 | 30 | 0 | 1C | 4C | 14 | 26 | 3E | 31 |
| Octal | 314 | 223 | 60 | 0 | 34 | 114 | 24 | 46 | 76 | 61 |
| Binary | 11001100 | 10010011 | 110000 | 0 | 11100 | 1001100 | 10100 | 100110 | 111110 | 110001 |
Color Harmonies of #CC9330
Complementary color
Monochromatic Colors of #CC9330
Black with #CC9330
Text Example
Text Example
White with #CC9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9330; }
p { color: rgb(204,147,48); }
H1.HeaderClassName
{
color: #CC9330;
}
.AnyTagClassName
{
color: #CC9330;
}
</style>
background-color css
<style>
a { background-color: #CC9330; }
a { background-color: rgb(204,147,48); }
div.DivClassName
{
background-color: #CC9330;
}
.BgClassName
{
background-color: #CC9330;
}
</style>
border-color css
<style>
span { border-color: #CC9330; }
span { border-color: rgb(204,147,48); }
td.TdClassName
{
border-color: #CC9330;
}
.TagClassName
{
border-color: #CC9330;
}
</style>