Shades of Fuel Yellow #C99636
Tints of Fuel Yellow #C99636
RGB
CMYK
RGB Variations
Color information
#C99636 (or 0xC99636) is known color: Fuel Yellow. HEX triplet: C9, 96 and 36. RGB value is (201,150,54). Sum of RGB (Red+Green+Blue) = 201+150+54=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99636 is #3669C9. Grayscale: #9A9A9A. Windows color (decimal): -3566026 or 3577545. OLE color: 3577545.
HSL color Cylindrical-coordinate representation of color #C99636: hue angle of 39.18º 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 #C99636 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 54 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.21 |
| HSL | 39.18º | 0.58% | 0.5% | - |
| HSV(B) | 39.18º | 0.73% | 0.79% | - |
| XYZ | 35.66 | 34.5 | 8.27 | - |
| YUV | 154.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 54 | 0 | 0.25 | 0.73 | 0.21 | 39.18 | 0.58 | 0.5 |
| Hex | C9 | 96 | 36 | 0 | 19 | 49 | 15 | 27 | 3A | 32 |
| Octal | 311 | 226 | 66 | 0 | 31 | 111 | 25 | 47 | 72 | 62 |
| Binary | 11001001 | 10010110 | 110110 | 0 | 11001 | 1001001 | 10101 | 100111 | 111010 | 110010 |
Color Harmonies of #C99636
Complementary color
Monochromatic Colors of #C99636
Black with #C99636
Text Example
Text Example
White with #C99636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99636; }
p { color: rgb(201,150,54); }
H1.HeaderClassName
{
color: #C99636;
}
.AnyTagClassName
{
color: #C99636;
}
</style>
background-color css
<style>
a { background-color: #C99636; }
a { background-color: rgb(201,150,54); }
div.DivClassName
{
background-color: #C99636;
}
.BgClassName
{
background-color: #C99636;
}
</style>
border-color css
<style>
span { border-color: #C99636; }
span { border-color: rgb(201,150,54); }
td.TdClassName
{
border-color: #C99636;
}
.TagClassName
{
border-color: #C99636;
}
</style>