Shades of Fuel Yellow #C99336
Tints of Fuel Yellow #C99336
RGB
CMYK
RGB Variations
Color information
#C99336 (or 0xC99336) is known color: Fuel Yellow. HEX triplet: C9, 93 and 36. RGB value is (201,147,54). Sum of RGB (Red+Green+Blue) = 201+147+54=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C99336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99336 is #366CC9. Grayscale: #989898. Windows color (decimal): -3566794 or 3576777. OLE color: 3576777.
HSL color Cylindrical-coordinate representation of color #C99336: hue angle of 37.96º 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 #C99336 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 54 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.21 |
| HSL | 37.96º | 0.58% | 0.5% | - |
| HSV(B) | 37.96º | 0.73% | 0.79% | - |
| XYZ | 35.19 | 33.55 | 8.11 | - |
| YUV | 152.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 54 | 0 | 0.27 | 0.73 | 0.21 | 37.96 | 0.58 | 0.5 |
| Hex | C9 | 93 | 36 | 0 | 1B | 49 | 15 | 26 | 3A | 32 |
| Octal | 311 | 223 | 66 | 0 | 33 | 111 | 25 | 46 | 72 | 62 |
| Binary | 11001001 | 10010011 | 110110 | 0 | 11011 | 1001001 | 10101 | 100110 | 111010 | 110010 |
Color Harmonies of #C99336
Complementary color
Monochromatic Colors of #C99336
Black with #C99336
Text Example
Text Example
White with #C99336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99336; }
p { color: rgb(201,147,54); }
H1.HeaderClassName
{
color: #C99336;
}
.AnyTagClassName
{
color: #C99336;
}
</style>
background-color css
<style>
a { background-color: #C99336; }
a { background-color: rgb(201,147,54); }
div.DivClassName
{
background-color: #C99336;
}
.BgClassName
{
background-color: #C99336;
}
</style>
border-color css
<style>
span { border-color: #C99336; }
span { border-color: rgb(201,147,54); }
td.TdClassName
{
border-color: #C99336;
}
.TagClassName
{
border-color: #C99336;
}
</style>