Shades of Fuel Yellow #CC9333
Tints of Fuel Yellow #CC9333
RGB
CMYK
RGB Variations
Color information
#CC9333 (or 0xCC9333) is known color: Fuel Yellow. HEX triplet: CC, 93 and 33. RGB value is (204,147,51). Sum of RGB (Red+Green+Blue) = 204+147+51=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9333 is #336CCC. Grayscale: #999999. Windows color (decimal): -3370189 or 3380172. OLE color: 3380172.
HSL color Cylindrical-coordinate representation of color #CC9333: hue angle of 37.65º 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 #CC9333 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 51 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.2 |
| HSL | 37.65º | 0.6% | 0.5% | - |
| HSV(B) | 37.65º | 0.75% | 0.8% | - |
| XYZ | 35.93 | 33.94 | 7.79 | - |
| YUV | 153.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 51 | 0 | 0.28 | 0.75 | 0.2 | 37.65 | 0.6 | 0.5 |
| Hex | CC | 93 | 33 | 0 | 1C | 4B | 14 | 26 | 3C | 32 |
| Octal | 314 | 223 | 63 | 0 | 34 | 113 | 24 | 46 | 74 | 62 |
| Binary | 11001100 | 10010011 | 110011 | 0 | 11100 | 1001011 | 10100 | 100110 | 111100 | 110010 |
Color Harmonies of #CC9333
Complementary color
Monochromatic Colors of #CC9333
Black with #CC9333
Text Example
Text Example
White with #CC9333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9333; }
p { color: rgb(204,147,51); }
H1.HeaderClassName
{
color: #CC9333;
}
.AnyTagClassName
{
color: #CC9333;
}
</style>
background-color css
<style>
a { background-color: #CC9333; }
a { background-color: rgb(204,147,51); }
div.DivClassName
{
background-color: #CC9333;
}
.BgClassName
{
background-color: #CC9333;
}
</style>
border-color css
<style>
span { border-color: #CC9333; }
span { border-color: rgb(204,147,51); }
td.TdClassName
{
border-color: #CC9333;
}
.TagClassName
{
border-color: #CC9333;
}
</style>