Shades of Fuel Yellow #CC953A
Tints of Fuel Yellow #CC953A
RGB
CMYK
RGB Variations
Color information
#CC953A (or 0xCC953A) is known color: Fuel Yellow. HEX triplet: CC, 95 and 3A. RGB value is (204,149,58). Sum of RGB (Red+Green+Blue) = 204+149+58=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC953A is #336AC5. Grayscale: #9B9B9B. Windows color (decimal): -3369670 or 3839436. OLE color: 3839436.
HSL color Cylindrical-coordinate representation of color #CC953A: hue angle of 37.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC953A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 58 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.2 |
| HSL | 37.4º | 0.59% | 0.51% | - |
| HSV(B) | 37.4º | 0.72% | 0.8% | - |
| XYZ | 36.41 | 34.64 | 8.77 | - |
| YUV | 155.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 58 | 0 | 0.27 | 0.72 | 0.2 | 37.4 | 0.59 | 0.51 |
| Hex | CC | 95 | 3A | 0 | 1B | 48 | 14 | 25 | 3B | 33 |
| Octal | 314 | 225 | 72 | 0 | 33 | 110 | 24 | 45 | 73 | 63 |
| Binary | 11001100 | 10010101 | 111010 | 0 | 11011 | 1001000 | 10100 | 100101 | 111011 | 110011 |
Color Harmonies of #CC953A
Complementary color
Monochromatic Colors of #CC953A
Black with #CC953A
Text Example
Text Example
White with #CC953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC953A; }
p { color: rgb(204,149,58); }
H1.HeaderClassName
{
color: #CC953A;
}
.AnyTagClassName
{
color: #CC953A;
}
</style>
background-color css
<style>
a { background-color: #CC953A; }
a { background-color: rgb(204,149,58); }
div.DivClassName
{
background-color: #CC953A;
}
.BgClassName
{
background-color: #CC953A;
}
</style>
border-color css
<style>
span { border-color: #CC953A; }
span { border-color: rgb(204,149,58); }
td.TdClassName
{
border-color: #CC953A;
}
.TagClassName
{
border-color: #CC953A;
}
</style>