Shades of Fuel Yellow #C99732
Tints of Fuel Yellow #C99732
RGB
CMYK
RGB Variations
Color information
#C99732 (or 0xC99732) is known color: Fuel Yellow. HEX triplet: C9, 97 and 32. RGB value is (201,151,50). Sum of RGB (Red+Green+Blue) = 201+151+50=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C99732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99732 is #3668CD. Grayscale: #9A9A9A. Windows color (decimal): -3565774 or 3315657. OLE color: 3315657.
HSL color Cylindrical-coordinate representation of color #C99732: hue angle of 40.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C99732 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 50 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.21 |
| HSL | 40.13º | 0.6% | 0.49% | - |
| HSV(B) | 40.13º | 0.75% | 0.79% | - |
| XYZ | 35.73 | 34.78 | 7.85 | - |
| YUV | 154.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 50 | 0 | 0.25 | 0.75 | 0.21 | 40.13 | 0.6 | 0.49 |
| Hex | C9 | 97 | 32 | 0 | 19 | 4B | 15 | 28 | 3C | 31 |
| Octal | 311 | 227 | 62 | 0 | 31 | 113 | 25 | 50 | 74 | 61 |
| Binary | 11001001 | 10010111 | 110010 | 0 | 11001 | 1001011 | 10101 | 101000 | 111100 | 110001 |
Color Harmonies of #C99732
Complementary color
Monochromatic Colors of #C99732
Black with #C99732
Text Example
Text Example
White with #C99732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99732; }
p { color: rgb(201,151,50); }
H1.HeaderClassName
{
color: #C99732;
}
.AnyTagClassName
{
color: #C99732;
}
</style>
background-color css
<style>
a { background-color: #C99732; }
a { background-color: rgb(201,151,50); }
div.DivClassName
{
background-color: #C99732;
}
.BgClassName
{
background-color: #C99732;
}
</style>
border-color css
<style>
span { border-color: #C99732; }
span { border-color: rgb(201,151,50); }
td.TdClassName
{
border-color: #C99732;
}
.TagClassName
{
border-color: #C99732;
}
</style>