Shades of Fuel Yellow #C98E34
Tints of Fuel Yellow #C98E34
RGB
CMYK
RGB Variations
Color information
#C98E34 (or 0xC98E34) is known color: Fuel Yellow. HEX triplet: C9, 8E and 34. RGB value is (201,142,52). Sum of RGB (Red+Green+Blue) = 201+142+52=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E34 is #3671CB. Grayscale: #959595. Windows color (decimal): -3568076 or 3444425. OLE color: 3444425.
HSL color Cylindrical-coordinate representation of color #C98E34: hue angle of 36.24º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98E34 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 52 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.21 |
| HSL | 36.24º | 0.59% | 0.5% | - |
| HSV(B) | 36.24º | 0.74% | 0.79% | - |
| XYZ | 34.38 | 32.01 | 7.62 | - |
| YUV | 149.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 52 | 0 | 0.29 | 0.74 | 0.21 | 36.24 | 0.59 | 0.5 |
| Hex | C9 | 8E | 34 | 0 | 1D | 4A | 15 | 24 | 3B | 32 |
| Octal | 311 | 216 | 64 | 0 | 35 | 112 | 25 | 44 | 73 | 62 |
| Binary | 11001001 | 10001110 | 110100 | 0 | 11101 | 1001010 | 10101 | 100100 | 111011 | 110010 |
Color Harmonies of #C98E34
Complementary color
Monochromatic Colors of #C98E34
Black with #C98E34
Text Example
Text Example
White with #C98E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E34; }
p { color: rgb(201,142,52); }
H1.HeaderClassName
{
color: #C98E34;
}
.AnyTagClassName
{
color: #C98E34;
}
</style>
background-color css
<style>
a { background-color: #C98E34; }
a { background-color: rgb(201,142,52); }
div.DivClassName
{
background-color: #C98E34;
}
.BgClassName
{
background-color: #C98E34;
}
</style>
border-color css
<style>
span { border-color: #C98E34; }
span { border-color: rgb(201,142,52); }
td.TdClassName
{
border-color: #C98E34;
}
.TagClassName
{
border-color: #C98E34;
}
</style>