Shades of Fuel Yellow #C99137
Tints of Fuel Yellow #C99137
RGB
CMYK
RGB Variations
Color information
#C99137 (or 0xC99137) is known color: Fuel Yellow. HEX triplet: C9, 91 and 37. RGB value is (201,145,55). Sum of RGB (Red+Green+Blue) = 201+145+55=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99137 is #366EC8. Grayscale: #979797. Windows color (decimal): -3567305 or 3641801. OLE color: 3641801.
HSL color Cylindrical-coordinate representation of color #C99137: hue angle of 36.99º degrees, saturation: 0.57, 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 #C99137 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 55 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.21 |
| HSL | 36.99º | 0.57% | 0.5% | - |
| HSV(B) | 36.99º | 0.73% | 0.79% | - |
| XYZ | 34.9 | 32.94 | 8.13 | - |
| YUV | 151.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 55 | 0 | 0.28 | 0.73 | 0.21 | 36.99 | 0.57 | 0.5 |
| Hex | C9 | 91 | 37 | 0 | 1C | 49 | 15 | 25 | 39 | 32 |
| Octal | 311 | 221 | 67 | 0 | 34 | 111 | 25 | 45 | 71 | 62 |
| Binary | 11001001 | 10010001 | 110111 | 0 | 11100 | 1001001 | 10101 | 100101 | 111001 | 110010 |
Color Harmonies of #C99137
Complementary color
Monochromatic Colors of #C99137
Black with #C99137
Text Example
Text Example
White with #C99137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99137; }
p { color: rgb(201,145,55); }
H1.HeaderClassName
{
color: #C99137;
}
.AnyTagClassName
{
color: #C99137;
}
</style>
background-color css
<style>
a { background-color: #C99137; }
a { background-color: rgb(201,145,55); }
div.DivClassName
{
background-color: #C99137;
}
.BgClassName
{
background-color: #C99137;
}
</style>
border-color css
<style>
span { border-color: #C99137; }
span { border-color: rgb(201,145,55); }
td.TdClassName
{
border-color: #C99137;
}
.TagClassName
{
border-color: #C99137;
}
</style>