Shades of Fuel Yellow #CC932C
Tints of Fuel Yellow #CC932C
RGB
CMYK
RGB Variations
Color information
#CC932C (or 0xCC932C) is known color: Fuel Yellow. HEX triplet: CC, 93 and 2C. RGB value is (204,147,44). Sum of RGB (Red+Green+Blue) = 204+147+44=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC932C is #336CD3. Grayscale: #989898. Windows color (decimal): -3370196 or 2921420. OLE color: 2921420.
HSL color Cylindrical-coordinate representation of color #CC932C: hue angle of 38.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC932C is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 44 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.2 |
| HSL | 38.63º | 0.65% | 0.49% | - |
| HSV(B) | 38.63º | 0.78% | 0.8% | - |
| XYZ | 35.79 | 33.89 | 7.04 | - |
| YUV | 152.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 44 | 0 | 0.28 | 0.78 | 0.2 | 38.63 | 0.65 | 0.49 |
| Hex | CC | 93 | 2C | 0 | 1C | 4E | 14 | 27 | 41 | 31 |
| Octal | 314 | 223 | 54 | 0 | 34 | 116 | 24 | 47 | 101 | 61 |
| Binary | 11001100 | 10010011 | 101100 | 0 | 11100 | 1001110 | 10100 | 100111 | 1000001 | 110001 |
Color Harmonies of #CC932C
Complementary color
Monochromatic Colors of #CC932C
Black with #CC932C
Text Example
Text Example
White with #CC932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC932C; }
p { color: rgb(204,147,44); }
H1.HeaderClassName
{
color: #CC932C;
}
.AnyTagClassName
{
color: #CC932C;
}
</style>
background-color css
<style>
a { background-color: #CC932C; }
a { background-color: rgb(204,147,44); }
div.DivClassName
{
background-color: #CC932C;
}
.BgClassName
{
background-color: #CC932C;
}
</style>
border-color css
<style>
span { border-color: #CC932C; }
span { border-color: rgb(204,147,44); }
td.TdClassName
{
border-color: #CC932C;
}
.TagClassName
{
border-color: #CC932C;
}
</style>