Shades of Fuel Yellow #C99536
Tints of Fuel Yellow #C99536
RGB
CMYK
RGB Variations
Color information
#C99536 (or 0xC99536) is known color: Fuel Yellow. HEX triplet: C9, 95 and 36. RGB value is (201,149,54). Sum of RGB (Red+Green+Blue) = 201+149+54=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C99536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99536 is #366AC9. Grayscale: #9A9A9A. Windows color (decimal): -3566282 or 3577289. OLE color: 3577289.
HSL color Cylindrical-coordinate representation of color #C99536: hue angle of 38.78º degrees, saturation: 0.58, 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 #C99536 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 54 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.21 |
| HSL | 38.78º | 0.58% | 0.5% | - |
| HSV(B) | 38.78º | 0.73% | 0.79% | - |
| XYZ | 35.5 | 34.18 | 8.22 | - |
| YUV | 153.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 54 | 0 | 0.26 | 0.73 | 0.21 | 38.78 | 0.58 | 0.5 |
| Hex | C9 | 95 | 36 | 0 | 1A | 49 | 15 | 27 | 3A | 32 |
| Octal | 311 | 225 | 66 | 0 | 32 | 111 | 25 | 47 | 72 | 62 |
| Binary | 11001001 | 10010101 | 110110 | 0 | 11010 | 1001001 | 10101 | 100111 | 111010 | 110010 |
Color Harmonies of #C99536
Complementary color
Monochromatic Colors of #C99536
Black with #C99536
Text Example
Text Example
White with #C99536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99536; }
p { color: rgb(201,149,54); }
H1.HeaderClassName
{
color: #C99536;
}
.AnyTagClassName
{
color: #C99536;
}
</style>
background-color css
<style>
a { background-color: #C99536; }
a { background-color: rgb(201,149,54); }
div.DivClassName
{
background-color: #C99536;
}
.BgClassName
{
background-color: #C99536;
}
</style>
border-color css
<style>
span { border-color: #C99536; }
span { border-color: rgb(201,149,54); }
td.TdClassName
{
border-color: #C99536;
}
.TagClassName
{
border-color: #C99536;
}
</style>