Shades of Fuel Yellow #CC992D
Tints of Fuel Yellow #CC992D
RGB
CMYK
RGB Variations
Color information
#CC992D (or 0xCC992D) is known color: Fuel Yellow. HEX triplet: CC, 99 and 2D. RGB value is (204,153,45). Sum of RGB (Red+Green+Blue) = 204+153+45=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC992D is #3366D2. Grayscale: #9C9C9C. Windows color (decimal): -3368659 or 2988492. OLE color: 2988492.
HSL color Cylindrical-coordinate representation of color #CC992D: hue angle of 40.75º degrees, saturation: 0.64, 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 #CC992D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 45 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.2 |
| HSL | 40.75º | 0.64% | 0.49% | - |
| HSV(B) | 40.75º | 0.78% | 0.8% | - |
| XYZ | 36.77 | 35.81 | 7.46 | - |
| YUV | 155.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 45 | 0 | 0.25 | 0.78 | 0.2 | 40.75 | 0.64 | 0.49 |
| Hex | CC | 99 | 2D | 0 | 19 | 4E | 14 | 29 | 40 | 31 |
| Octal | 314 | 231 | 55 | 0 | 31 | 116 | 24 | 51 | 100 | 61 |
| Binary | 11001100 | 10011001 | 101101 | 0 | 11001 | 1001110 | 10100 | 101001 | 1000000 | 110001 |
Color Harmonies of #CC992D
Complementary color
Monochromatic Colors of #CC992D
Black with #CC992D
Text Example
Text Example
White with #CC992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC992D; }
p { color: rgb(204,153,45); }
H1.HeaderClassName
{
color: #CC992D;
}
.AnyTagClassName
{
color: #CC992D;
}
</style>
background-color css
<style>
a { background-color: #CC992D; }
a { background-color: rgb(204,153,45); }
div.DivClassName
{
background-color: #CC992D;
}
.BgClassName
{
background-color: #CC992D;
}
</style>
border-color css
<style>
span { border-color: #CC992D; }
span { border-color: rgb(204,153,45); }
td.TdClassName
{
border-color: #CC992D;
}
.TagClassName
{
border-color: #CC992D;
}
</style>