Shades of Fuel Yellow #C99735
Tints of Fuel Yellow #C99735
RGB
CMYK
RGB Variations
Color information
#C99735 (or 0xC99735) is known color: Fuel Yellow. HEX triplet: C9, 97 and 35. RGB value is (201,151,53). Sum of RGB (Red+Green+Blue) = 201+151+53=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99735 is #3668CA. Grayscale: #9B9B9B. Windows color (decimal): -3565771 or 3512265. OLE color: 3512265.
HSL color Cylindrical-coordinate representation of color #C99735: hue angle of 39.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C99735 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 53 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.21 |
| HSL | 39.73º | 0.58% | 0.5% | - |
| HSV(B) | 39.73º | 0.74% | 0.79% | - |
| XYZ | 35.8 | 34.81 | 8.2 | - |
| YUV | 154.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 53 | 0 | 0.25 | 0.74 | 0.21 | 39.73 | 0.58 | 0.5 |
| Hex | C9 | 97 | 35 | 0 | 19 | 4A | 15 | 28 | 3A | 32 |
| Octal | 311 | 227 | 65 | 0 | 31 | 112 | 25 | 50 | 72 | 62 |
| Binary | 11001001 | 10010111 | 110101 | 0 | 11001 | 1001010 | 10101 | 101000 | 111010 | 110010 |
Color Harmonies of #C99735
Complementary color
Monochromatic Colors of #C99735
Black with #C99735
Text Example
Text Example
White with #C99735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99735; }
p { color: rgb(201,151,53); }
H1.HeaderClassName
{
color: #C99735;
}
.AnyTagClassName
{
color: #C99735;
}
</style>
background-color css
<style>
a { background-color: #C99735; }
a { background-color: rgb(201,151,53); }
div.DivClassName
{
background-color: #C99735;
}
.BgClassName
{
background-color: #C99735;
}
</style>
border-color css
<style>
span { border-color: #C99735; }
span { border-color: rgb(201,151,53); }
td.TdClassName
{
border-color: #C99735;
}
.TagClassName
{
border-color: #C99735;
}
</style>