Shades of Fuel Yellow #C98C2E
Tints of Fuel Yellow #C98C2E
RGB
CMYK
RGB Variations
Color information
#C98C2E (or 0xC98C2E) is known color: Fuel Yellow. HEX triplet: C9, 8C and 2E. RGB value is (201,140,46). Sum of RGB (Red+Green+Blue) = 201+140+46=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C2E is #3673D1. Grayscale: #939393. Windows color (decimal): -3568594 or 3050697. OLE color: 3050697.
HSL color Cylindrical-coordinate representation of color #C98C2E: hue angle of 36.39º 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 #C98C2E is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 46 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.21 |
| HSL | 36.39º | 0.63% | 0.48% | - |
| HSV(B) | 36.39º | 0.77% | 0.79% | - |
| XYZ | 33.96 | 31.37 | 6.85 | - |
| YUV | 147.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 46 | 0 | 0.30 | 0.77 | 0.21 | 36.39 | 0.63 | 0.48 |
| Hex | C9 | 8C | 2E | 0 | 1E | 4D | 15 | 24 | 3F | 30 |
| Octal | 311 | 214 | 56 | 0 | 36 | 115 | 25 | 44 | 77 | 60 |
| Binary | 11001001 | 10001100 | 101110 | 0 | 11110 | 1001101 | 10101 | 100100 | 111111 | 110000 |
Color Harmonies of #C98C2E
Complementary color
Monochromatic Colors of #C98C2E
Black with #C98C2E
Text Example
Text Example
White with #C98C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C2E; }
p { color: rgb(201,140,46); }
H1.HeaderClassName
{
color: #C98C2E;
}
.AnyTagClassName
{
color: #C98C2E;
}
</style>
background-color css
<style>
a { background-color: #C98C2E; }
a { background-color: rgb(201,140,46); }
div.DivClassName
{
background-color: #C98C2E;
}
.BgClassName
{
background-color: #C98C2E;
}
</style>
border-color css
<style>
span { border-color: #C98C2E; }
span { border-color: rgb(201,140,46); }
td.TdClassName
{
border-color: #C98C2E;
}
.TagClassName
{
border-color: #C98C2E;
}
</style>