Shades of Fuel Yellow #C99831
Tints of Fuel Yellow #C99831
RGB
CMYK
RGB Variations
Color information
#C99831 (or 0xC99831) is known color: Fuel Yellow. HEX triplet: C9, 98 and 31. RGB value is (201,152,49). Sum of RGB (Red+Green+Blue) = 201+152+49=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C99831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99831 is #3667CE. Grayscale: #9B9B9B. Windows color (decimal): -3565519 or 3250377. OLE color: 3250377.
HSL color Cylindrical-coordinate representation of color #C99831: hue angle of 40.66º 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 #C99831 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 49 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.21 |
| HSL | 40.66º | 0.61% | 0.49% | - |
| HSV(B) | 40.66º | 0.76% | 0.79% | - |
| XYZ | 35.87 | 35.1 | 7.79 | - |
| YUV | 154.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 49 | 0 | 0.24 | 0.76 | 0.21 | 40.66 | 0.61 | 0.49 |
| Hex | C9 | 98 | 31 | 0 | 18 | 4C | 15 | 29 | 3D | 31 |
| Octal | 311 | 230 | 61 | 0 | 30 | 114 | 25 | 51 | 75 | 61 |
| Binary | 11001001 | 10011000 | 110001 | 0 | 11000 | 1001100 | 10101 | 101001 | 111101 | 110001 |
Color Harmonies of #C99831
Complementary color
Monochromatic Colors of #C99831
Black with #C99831
Text Example
Text Example
White with #C99831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99831; }
p { color: rgb(201,152,49); }
H1.HeaderClassName
{
color: #C99831;
}
.AnyTagClassName
{
color: #C99831;
}
</style>
background-color css
<style>
a { background-color: #C99831; }
a { background-color: rgb(201,152,49); }
div.DivClassName
{
background-color: #C99831;
}
.BgClassName
{
background-color: #C99831;
}
</style>
border-color css
<style>
span { border-color: #C99831; }
span { border-color: rgb(201,152,49); }
td.TdClassName
{
border-color: #C99831;
}
.TagClassName
{
border-color: #C99831;
}
</style>