Shades of Fuel Yellow #C99B31
Tints of Fuel Yellow #C99B31
RGB
CMYK
RGB Variations
Color information
#C99B31 (or 0xC99B31) is known color: Fuel Yellow. HEX triplet: C9, 9B and 31. RGB value is (201,155,49). Sum of RGB (Red+Green+Blue) = 201+155+49=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B31 is #3664CE. Grayscale: #9D9D9D. Windows color (decimal): -3564751 or 3251145. OLE color: 3251145.
HSL color Cylindrical-coordinate representation of color #C99B31: hue angle of 41.84º 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 #C99B31 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 49 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.21 |
| HSL | 41.84º | 0.61% | 0.49% | - |
| HSV(B) | 41.84º | 0.76% | 0.79% | - |
| XYZ | 36.36 | 36.08 | 7.95 | - |
| YUV | 156.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 49 | 0 | 0.23 | 0.76 | 0.21 | 41.84 | 0.61 | 0.49 |
| Hex | C9 | 9B | 31 | 0 | 17 | 4C | 15 | 2A | 3D | 31 |
| Octal | 311 | 233 | 61 | 0 | 27 | 114 | 25 | 52 | 75 | 61 |
| Binary | 11001001 | 10011011 | 110001 | 0 | 10111 | 1001100 | 10101 | 101010 | 111101 | 110001 |
Color Harmonies of #C99B31
Complementary color
Monochromatic Colors of #C99B31
Black with #C99B31
Text Example
Text Example
White with #C99B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B31; }
p { color: rgb(201,155,49); }
H1.HeaderClassName
{
color: #C99B31;
}
.AnyTagClassName
{
color: #C99B31;
}
</style>
background-color css
<style>
a { background-color: #C99B31; }
a { background-color: rgb(201,155,49); }
div.DivClassName
{
background-color: #C99B31;
}
.BgClassName
{
background-color: #C99B31;
}
</style>
border-color css
<style>
span { border-color: #C99B31; }
span { border-color: rgb(201,155,49); }
td.TdClassName
{
border-color: #C99B31;
}
.TagClassName
{
border-color: #C99B31;
}
</style>