Shades of Fuel Yellow #C99131
Tints of Fuel Yellow #C99131
RGB
CMYK
RGB Variations
Color information
#C99131 (or 0xC99131) is known color: Fuel Yellow. HEX triplet: C9, 91 and 31. RGB value is (201,145,49). Sum of RGB (Red+Green+Blue) = 201+145+49=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C99131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99131 is #366ECE. Grayscale: #979797. Windows color (decimal): -3567311 or 3248585. OLE color: 3248585.
HSL color Cylindrical-coordinate representation of color #C99131: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C99131 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 49 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.21 |
| HSL | 37.89º | 0.61% | 0.49% | - |
| HSV(B) | 37.89º | 0.76% | 0.79% | - |
| XYZ | 34.77 | 32.89 | 7.42 | - |
| YUV | 150.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 49 | 0 | 0.28 | 0.76 | 0.21 | 37.89 | 0.61 | 0.49 |
| Hex | C9 | 91 | 31 | 0 | 1C | 4C | 15 | 26 | 3D | 31 |
| Octal | 311 | 221 | 61 | 0 | 34 | 114 | 25 | 46 | 75 | 61 |
| Binary | 11001001 | 10010001 | 110001 | 0 | 11100 | 1001100 | 10101 | 100110 | 111101 | 110001 |
Color Harmonies of #C99131
Complementary color
Monochromatic Colors of #C99131
Black with #C99131
Text Example
Text Example
White with #C99131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99131; }
p { color: rgb(201,145,49); }
H1.HeaderClassName
{
color: #C99131;
}
.AnyTagClassName
{
color: #C99131;
}
</style>
background-color css
<style>
a { background-color: #C99131; }
a { background-color: rgb(201,145,49); }
div.DivClassName
{
background-color: #C99131;
}
.BgClassName
{
background-color: #C99131;
}
</style>
border-color css
<style>
span { border-color: #C99131; }
span { border-color: rgb(201,145,49); }
td.TdClassName
{
border-color: #C99131;
}
.TagClassName
{
border-color: #C99131;
}
</style>