Shades of Fuel Yellow #CC993A
Tints of Fuel Yellow #CC993A
RGB
CMYK
RGB Variations
Color information
#CC993A (or 0xCC993A) is known color: Fuel Yellow. HEX triplet: CC, 99 and 3A. RGB value is (204,153,58). Sum of RGB (Red+Green+Blue) = 204+153+58=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC993A is #3366C5. Grayscale: #9D9D9D. Windows color (decimal): -3368646 or 3840460. OLE color: 3840460.
HSL color Cylindrical-coordinate representation of color #CC993A: hue angle of 39.04º 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 #CC993A is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 58 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.2 |
| HSL | 39.04º | 0.59% | 0.51% | - |
| HSV(B) | 39.04º | 0.72% | 0.8% | - |
| XYZ | 37.06 | 35.93 | 8.98 | - |
| YUV | 157.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 58 | 0 | 0.25 | 0.72 | 0.2 | 39.04 | 0.59 | 0.51 |
| Hex | CC | 99 | 3A | 0 | 19 | 48 | 14 | 27 | 3B | 33 |
| Octal | 314 | 231 | 72 | 0 | 31 | 110 | 24 | 47 | 73 | 63 |
| Binary | 11001100 | 10011001 | 111010 | 0 | 11001 | 1001000 | 10100 | 100111 | 111011 | 110011 |
Color Harmonies of #CC993A
Complementary color
Monochromatic Colors of #CC993A
Black with #CC993A
Text Example
Text Example
White with #CC993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC993A; }
p { color: rgb(204,153,58); }
H1.HeaderClassName
{
color: #CC993A;
}
.AnyTagClassName
{
color: #CC993A;
}
</style>
background-color css
<style>
a { background-color: #CC993A; }
a { background-color: rgb(204,153,58); }
div.DivClassName
{
background-color: #CC993A;
}
.BgClassName
{
background-color: #CC993A;
}
</style>
border-color css
<style>
span { border-color: #CC993A; }
span { border-color: rgb(204,153,58); }
td.TdClassName
{
border-color: #CC993A;
}
.TagClassName
{
border-color: #CC993A;
}
</style>