Shades of Fuel Yellow #C99A36
Tints of Fuel Yellow #C99A36
RGB
CMYK
RGB Variations
Color information
#C99A36 (or 0xC99A36) is known color: Fuel Yellow. HEX triplet: C9, 9A and 36. RGB value is (201,154,54). Sum of RGB (Red+Green+Blue) = 201+154+54=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A36 is #3665C9. Grayscale: #9D9D9D. Windows color (decimal): -3565002 or 3578569. OLE color: 3578569.
HSL color Cylindrical-coordinate representation of color #C99A36: hue angle of 40.82º 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 #C99A36 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 54 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.21 |
| HSL | 40.82º | 0.58% | 0.5% | - |
| HSV(B) | 40.82º | 0.73% | 0.79% | - |
| XYZ | 36.31 | 35.8 | 8.49 | - |
| YUV | 156.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 54 | 0 | 0.23 | 0.73 | 0.21 | 40.82 | 0.58 | 0.5 |
| Hex | C9 | 9A | 36 | 0 | 17 | 49 | 15 | 29 | 3A | 32 |
| Octal | 311 | 232 | 66 | 0 | 27 | 111 | 25 | 51 | 72 | 62 |
| Binary | 11001001 | 10011010 | 110110 | 0 | 10111 | 1001001 | 10101 | 101001 | 111010 | 110010 |
Color Harmonies of #C99A36
Complementary color
Monochromatic Colors of #C99A36
Black with #C99A36
Text Example
Text Example
White with #C99A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A36; }
p { color: rgb(201,154,54); }
H1.HeaderClassName
{
color: #C99A36;
}
.AnyTagClassName
{
color: #C99A36;
}
</style>
background-color css
<style>
a { background-color: #C99A36; }
a { background-color: rgb(201,154,54); }
div.DivClassName
{
background-color: #C99A36;
}
.BgClassName
{
background-color: #C99A36;
}
</style>
border-color css
<style>
span { border-color: #C99A36; }
span { border-color: rgb(201,154,54); }
td.TdClassName
{
border-color: #C99A36;
}
.TagClassName
{
border-color: #C99A36;
}
</style>