Shades of Fuel Yellow #CC972D
Tints of Fuel Yellow #CC972D
RGB
CMYK
RGB Variations
Color information
#CC972D (or 0xCC972D) is known color: Fuel Yellow. HEX triplet: CC, 97 and 2D. RGB value is (204,151,45). Sum of RGB (Red+Green+Blue) = 204+151+45=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972D is #3368D2. Grayscale: #9B9B9B. Windows color (decimal): -3369171 or 2987980. OLE color: 2987980.
HSL color Cylindrical-coordinate representation of color #CC972D: hue angle of 40º 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 #CC972D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.2 |
| HSL | 40º | 0.64% | 0.49% | - |
| HSV(B) | 40º | 0.78% | 0.8% | - |
| XYZ | 36.44 | 35.16 | 7.35 | - |
| YUV | 154.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 45 | 0 | 0.26 | 0.78 | 0.2 | 40 | 0.64 | 0.49 |
| Hex | CC | 97 | 2D | 0 | 1A | 4E | 14 | 28 | 40 | 31 |
| Octal | 314 | 227 | 55 | 0 | 32 | 116 | 24 | 50 | 100 | 61 |
| Binary | 11001100 | 10010111 | 101101 | 0 | 11010 | 1001110 | 10100 | 101000 | 1000000 | 110001 |
Color Harmonies of #CC972D
Complementary color
Monochromatic Colors of #CC972D
Black with #CC972D
Text Example
Text Example
White with #CC972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC972D; }
p { color: rgb(204,151,45); }
H1.HeaderClassName
{
color: #CC972D;
}
.AnyTagClassName
{
color: #CC972D;
}
</style>
background-color css
<style>
a { background-color: #CC972D; }
a { background-color: rgb(204,151,45); }
div.DivClassName
{
background-color: #CC972D;
}
.BgClassName
{
background-color: #CC972D;
}
</style>
border-color css
<style>
span { border-color: #CC972D; }
span { border-color: rgb(204,151,45); }
td.TdClassName
{
border-color: #CC972D;
}
.TagClassName
{
border-color: #CC972D;
}
</style>