Shades of Fuel Yellow #CC963A
Tints of Fuel Yellow #CC963A
RGB
CMYK
RGB Variations
Color information
#CC963A (or 0xCC963A) is known color: Fuel Yellow. HEX triplet: CC, 96 and 3A. RGB value is (204,150,58). Sum of RGB (Red+Green+Blue) = 204+150+58=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC963A is #3369C5. Grayscale: #9C9C9C. Windows color (decimal): -3369414 or 3839692. OLE color: 3839692.
HSL color Cylindrical-coordinate representation of color #CC963A: hue angle of 37.81º 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 #CC963A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 58 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.2 |
| HSL | 37.81º | 0.59% | 0.51% | - |
| HSV(B) | 37.81º | 0.72% | 0.8% | - |
| XYZ | 36.57 | 34.96 | 8.82 | - |
| YUV | 155.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 58 | 0 | 0.26 | 0.72 | 0.2 | 37.81 | 0.59 | 0.51 |
| Hex | CC | 96 | 3A | 0 | 1A | 48 | 14 | 26 | 3B | 33 |
| Octal | 314 | 226 | 72 | 0 | 32 | 110 | 24 | 46 | 73 | 63 |
| Binary | 11001100 | 10010110 | 111010 | 0 | 11010 | 1001000 | 10100 | 100110 | 111011 | 110011 |
Color Harmonies of #CC963A
Complementary color
Monochromatic Colors of #CC963A
Black with #CC963A
Text Example
Text Example
White with #CC963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC963A; }
p { color: rgb(204,150,58); }
H1.HeaderClassName
{
color: #CC963A;
}
.AnyTagClassName
{
color: #CC963A;
}
</style>
background-color css
<style>
a { background-color: #CC963A; }
a { background-color: rgb(204,150,58); }
div.DivClassName
{
background-color: #CC963A;
}
.BgClassName
{
background-color: #CC963A;
}
</style>
border-color css
<style>
span { border-color: #CC963A; }
span { border-color: rgb(204,150,58); }
td.TdClassName
{
border-color: #CC963A;
}
.TagClassName
{
border-color: #CC963A;
}
</style>