Shades of Fuel Yellow #C9972E
Tints of Fuel Yellow #C9972E
RGB
CMYK
RGB Variations
Color information
#C9972E (or 0xC9972E) is known color: Fuel Yellow. HEX triplet: C9, 97 and 2E. RGB value is (201,151,46). Sum of RGB (Red+Green+Blue) = 201+151+46=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9972E is #3668D1. Grayscale: #9A9A9A. Windows color (decimal): -3565778 or 3053513. OLE color: 3053513.
HSL color Cylindrical-coordinate representation of color #C9972E: hue angle of 40.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9972E is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 46 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.21 |
| HSL | 40.65º | 0.63% | 0.48% | - |
| HSV(B) | 40.65º | 0.77% | 0.79% | - |
| XYZ | 35.65 | 34.75 | 7.41 | - |
| YUV | 153.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 46 | 0 | 0.25 | 0.77 | 0.21 | 40.65 | 0.63 | 0.48 |
| Hex | C9 | 97 | 2E | 0 | 19 | 4D | 15 | 29 | 3F | 30 |
| Octal | 311 | 227 | 56 | 0 | 31 | 115 | 25 | 51 | 77 | 60 |
| Binary | 11001001 | 10010111 | 101110 | 0 | 11001 | 1001101 | 10101 | 101001 | 111111 | 110000 |
Color Harmonies of #C9972E
Complementary color
Monochromatic Colors of #C9972E
Black with #C9972E
Text Example
Text Example
White with #C9972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9972E; }
p { color: rgb(201,151,46); }
H1.HeaderClassName
{
color: #C9972E;
}
.AnyTagClassName
{
color: #C9972E;
}
</style>
background-color css
<style>
a { background-color: #C9972E; }
a { background-color: rgb(201,151,46); }
div.DivClassName
{
background-color: #C9972E;
}
.BgClassName
{
background-color: #C9972E;
}
</style>
border-color css
<style>
span { border-color: #C9972E; }
span { border-color: rgb(201,151,46); }
td.TdClassName
{
border-color: #C9972E;
}
.TagClassName
{
border-color: #C9972E;
}
</style>