Shades of Fuel Yellow #C9922E
Tints of Fuel Yellow #C9922E
RGB
CMYK
RGB Variations
Color information
#C9922E (or 0xC9922E) is known color: Fuel Yellow. HEX triplet: C9, 92 and 2E. RGB value is (201,146,46). Sum of RGB (Red+Green+Blue) = 201+146+46=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9922E is #366DD1. Grayscale: #979797. Windows color (decimal): -3567058 or 3052233. OLE color: 3052233.
HSL color Cylindrical-coordinate representation of color #C9922E: hue angle of 38.71º 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 #C9922E is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 46 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.21 |
| HSL | 38.71º | 0.63% | 0.48% | - |
| HSV(B) | 38.71º | 0.77% | 0.79% | - |
| XYZ | 34.86 | 33.17 | 7.15 | - |
| YUV | 151.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 46 | 0 | 0.27 | 0.77 | 0.21 | 38.71 | 0.63 | 0.48 |
| Hex | C9 | 92 | 2E | 0 | 1B | 4D | 15 | 27 | 3F | 30 |
| Octal | 311 | 222 | 56 | 0 | 33 | 115 | 25 | 47 | 77 | 60 |
| Binary | 11001001 | 10010010 | 101110 | 0 | 11011 | 1001101 | 10101 | 100111 | 111111 | 110000 |
Color Harmonies of #C9922E
Complementary color
Monochromatic Colors of #C9922E
Black with #C9922E
Text Example
Text Example
White with #C9922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9922E; }
p { color: rgb(201,146,46); }
H1.HeaderClassName
{
color: #C9922E;
}
.AnyTagClassName
{
color: #C9922E;
}
</style>
background-color css
<style>
a { background-color: #C9922E; }
a { background-color: rgb(201,146,46); }
div.DivClassName
{
background-color: #C9922E;
}
.BgClassName
{
background-color: #C9922E;
}
</style>
border-color css
<style>
span { border-color: #C9922E; }
span { border-color: rgb(201,146,46); }
td.TdClassName
{
border-color: #C9922E;
}
.TagClassName
{
border-color: #C9922E;
}
</style>