Shades of Fuel Yellow #C98D2F
Tints of Fuel Yellow #C98D2F
RGB
CMYK
RGB Variations
Color information
#C98D2F (or 0xC98D2F) is known color: Fuel Yellow. HEX triplet: C9, 8D and 2F. RGB value is (201,141,47). Sum of RGB (Red+Green+Blue) = 201+141+47=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D2F is #3672D0. Grayscale: #949494. Windows color (decimal): -3568337 or 3116489. OLE color: 3116489.
HSL color Cylindrical-coordinate representation of color #C98D2F: hue angle of 36.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C98D2F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 47 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.21 |
| HSL | 36.62º | 0.62% | 0.49% | - |
| HSV(B) | 36.62º | 0.77% | 0.79% | - |
| XYZ | 34.13 | 31.67 | 7 | - |
| YUV | 148.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 47 | 0 | 0.30 | 0.77 | 0.21 | 36.62 | 0.62 | 0.49 |
| Hex | C9 | 8D | 2F | 0 | 1E | 4D | 15 | 25 | 3E | 31 |
| Octal | 311 | 215 | 57 | 0 | 36 | 115 | 25 | 45 | 76 | 61 |
| Binary | 11001001 | 10001101 | 101111 | 0 | 11110 | 1001101 | 10101 | 100101 | 111110 | 110001 |
Color Harmonies of #C98D2F
Complementary color
Monochromatic Colors of #C98D2F
Black with #C98D2F
Text Example
Text Example
White with #C98D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D2F; }
p { color: rgb(201,141,47); }
H1.HeaderClassName
{
color: #C98D2F;
}
.AnyTagClassName
{
color: #C98D2F;
}
</style>
background-color css
<style>
a { background-color: #C98D2F; }
a { background-color: rgb(201,141,47); }
div.DivClassName
{
background-color: #C98D2F;
}
.BgClassName
{
background-color: #C98D2F;
}
</style>
border-color css
<style>
span { border-color: #C98D2F; }
span { border-color: rgb(201,141,47); }
td.TdClassName
{
border-color: #C98D2F;
}
.TagClassName
{
border-color: #C98D2F;
}
</style>