Shades of Fuel Yellow #C9982E
Tints of Fuel Yellow #C9982E
RGB
CMYK
RGB Variations
Color information
#C9982E (or 0xC9982E) is known color: Fuel Yellow. HEX triplet: C9, 98 and 2E. RGB value is (201,152,46). Sum of RGB (Red+Green+Blue) = 201+152+46=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9982E is #3667D1. Grayscale: #9B9B9B. Windows color (decimal): -3565522 or 3053769. OLE color: 3053769.
HSL color Cylindrical-coordinate representation of color #C9982E: hue angle of 41.03º 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 #C9982E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.21 |
| HSL | 41.03º | 0.63% | 0.48% | - |
| HSV(B) | 41.03º | 0.77% | 0.79% | - |
| XYZ | 35.81 | 35.07 | 7.47 | - |
| YUV | 154.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 46 | 0 | 0.24 | 0.77 | 0.21 | 41.03 | 0.63 | 0.48 |
| Hex | C9 | 98 | 2E | 0 | 18 | 4D | 15 | 29 | 3F | 30 |
| Octal | 311 | 230 | 56 | 0 | 30 | 115 | 25 | 51 | 77 | 60 |
| Binary | 11001001 | 10011000 | 101110 | 0 | 11000 | 1001101 | 10101 | 101001 | 111111 | 110000 |
Color Harmonies of #C9982E
Complementary color
Monochromatic Colors of #C9982E
Black with #C9982E
Text Example
Text Example
White with #C9982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9982E; }
p { color: rgb(201,152,46); }
H1.HeaderClassName
{
color: #C9982E;
}
.AnyTagClassName
{
color: #C9982E;
}
</style>
background-color css
<style>
a { background-color: #C9982E; }
a { background-color: rgb(201,152,46); }
div.DivClassName
{
background-color: #C9982E;
}
.BgClassName
{
background-color: #C9982E;
}
</style>
border-color css
<style>
span { border-color: #C9982E; }
span { border-color: rgb(201,152,46); }
td.TdClassName
{
border-color: #C9982E;
}
.TagClassName
{
border-color: #C9982E;
}
</style>