Shades of Fuel Yellow #C99236
Tints of Fuel Yellow #C99236
RGB
CMYK
RGB Variations
Color information
#C99236 (or 0xC99236) is known color: Fuel Yellow. HEX triplet: C9, 92 and 36. RGB value is (201,146,54). Sum of RGB (Red+Green+Blue) = 201+146+54=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99236 is #366DC9. Grayscale: #989898. Windows color (decimal): -3567050 or 3576521. OLE color: 3576521.
HSL color Cylindrical-coordinate representation of color #C99236: hue angle of 37.55º 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 #C99236 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 54 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.21 |
| HSL | 37.55º | 0.58% | 0.5% | - |
| HSV(B) | 37.55º | 0.73% | 0.79% | - |
| XYZ | 35.03 | 33.24 | 8.06 | - |
| YUV | 151.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 54 | 0 | 0.27 | 0.73 | 0.21 | 37.55 | 0.58 | 0.5 |
| Hex | C9 | 92 | 36 | 0 | 1B | 49 | 15 | 26 | 3A | 32 |
| Octal | 311 | 222 | 66 | 0 | 33 | 111 | 25 | 46 | 72 | 62 |
| Binary | 11001001 | 10010010 | 110110 | 0 | 11011 | 1001001 | 10101 | 100110 | 111010 | 110010 |
Color Harmonies of #C99236
Complementary color
Monochromatic Colors of #C99236
Black with #C99236
Text Example
Text Example
White with #C99236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99236; }
p { color: rgb(201,146,54); }
H1.HeaderClassName
{
color: #C99236;
}
.AnyTagClassName
{
color: #C99236;
}
</style>
background-color css
<style>
a { background-color: #C99236; }
a { background-color: rgb(201,146,54); }
div.DivClassName
{
background-color: #C99236;
}
.BgClassName
{
background-color: #C99236;
}
</style>
border-color css
<style>
span { border-color: #C99236; }
span { border-color: rgb(201,146,54); }
td.TdClassName
{
border-color: #C99236;
}
.TagClassName
{
border-color: #C99236;
}
</style>