Shades of Fuel Yellow #CC9A2B
Tints of Fuel Yellow #CC9A2B
RGB
CMYK
RGB Variations
Color information
#CC9A2B (or 0xCC9A2B) is known color: Fuel Yellow. HEX triplet: CC, 9A and 2B. RGB value is (204,154,43). Sum of RGB (Red+Green+Blue) = 204+154+43=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A2B is #3365D4. Grayscale: #9C9C9C. Windows color (decimal): -3368405 or 2857676. OLE color: 2857676.
HSL color Cylindrical-coordinate representation of color #CC9A2B: hue angle of 41.37º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC9A2B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 43 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.2 |
| HSL | 41.37º | 0.65% | 0.48% | - |
| HSV(B) | 41.37º | 0.79% | 0.8% | - |
| XYZ | 36.89 | 36.12 | 7.31 | - |
| YUV | 156.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 43 | 0 | 0.25 | 0.79 | 0.2 | 41.37 | 0.65 | 0.48 |
| Hex | CC | 9A | 2B | 0 | 19 | 4F | 14 | 29 | 41 | 30 |
| Octal | 314 | 232 | 53 | 0 | 31 | 117 | 24 | 51 | 101 | 60 |
| Binary | 11001100 | 10011010 | 101011 | 0 | 11001 | 1001111 | 10100 | 101001 | 1000001 | 110000 |
Color Harmonies of #CC9A2B
Complementary color
Monochromatic Colors of #CC9A2B
Black with #CC9A2B
Text Example
Text Example
White with #CC9A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A2B; }
p { color: rgb(204,154,43); }
H1.HeaderClassName
{
color: #CC9A2B;
}
.AnyTagClassName
{
color: #CC9A2B;
}
</style>
background-color css
<style>
a { background-color: #CC9A2B; }
a { background-color: rgb(204,154,43); }
div.DivClassName
{
background-color: #CC9A2B;
}
.BgClassName
{
background-color: #CC9A2B;
}
</style>
border-color css
<style>
span { border-color: #CC9A2B; }
span { border-color: rgb(204,154,43); }
td.TdClassName
{
border-color: #CC9A2B;
}
.TagClassName
{
border-color: #CC9A2B;
}
</style>