Shades of Fuel Yellow #C98D36
Tints of Fuel Yellow #C98D36
RGB
CMYK
RGB Variations
Color information
#C98D36 (or 0xC98D36) is known color: Fuel Yellow. HEX triplet: C9, 8D and 36. RGB value is (201,141,54). Sum of RGB (Red+Green+Blue) = 201+141+54=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D36 is #3672C9. Grayscale: #959595. Windows color (decimal): -3568330 or 3575241. OLE color: 3575241.
HSL color Cylindrical-coordinate representation of color #C98D36: hue angle of 35.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98D36 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 54 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.21 |
| HSL | 35.51º | 0.58% | 0.5% | - |
| HSV(B) | 35.51º | 0.73% | 0.79% | - |
| XYZ | 34.28 | 31.73 | 7.81 | - |
| YUV | 149.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 54 | 0 | 0.30 | 0.73 | 0.21 | 35.51 | 0.58 | 0.5 |
| Hex | C9 | 8D | 36 | 0 | 1E | 49 | 15 | 24 | 3A | 32 |
| Octal | 311 | 215 | 66 | 0 | 36 | 111 | 25 | 44 | 72 | 62 |
| Binary | 11001001 | 10001101 | 110110 | 0 | 11110 | 1001001 | 10101 | 100100 | 111010 | 110010 |
Color Harmonies of #C98D36
Complementary color
Monochromatic Colors of #C98D36
Black with #C98D36
Text Example
Text Example
White with #C98D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D36; }
p { color: rgb(201,141,54); }
H1.HeaderClassName
{
color: #C98D36;
}
.AnyTagClassName
{
color: #C98D36;
}
</style>
background-color css
<style>
a { background-color: #C98D36; }
a { background-color: rgb(201,141,54); }
div.DivClassName
{
background-color: #C98D36;
}
.BgClassName
{
background-color: #C98D36;
}
</style>
border-color css
<style>
span { border-color: #C98D36; }
span { border-color: rgb(201,141,54); }
td.TdClassName
{
border-color: #C98D36;
}
.TagClassName
{
border-color: #C98D36;
}
</style>