Shades of Fuel Yellow #C99634
Tints of Fuel Yellow #C99634
RGB
CMYK
RGB Variations
Color information
#C99634 (or 0xC99634) is known color: Fuel Yellow. HEX triplet: C9, 96 and 34. RGB value is (201,150,52). Sum of RGB (Red+Green+Blue) = 201+150+52=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99634 is #3669CB. Grayscale: #9A9A9A. Windows color (decimal): -3566028 or 3446473. OLE color: 3446473.
HSL color Cylindrical-coordinate representation of color #C99634: hue angle of 39.46º degrees, saturation: 0.59, 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 #C99634 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 52 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.21 |
| HSL | 39.46º | 0.59% | 0.5% | - |
| HSV(B) | 39.46º | 0.74% | 0.79% | - |
| XYZ | 35.61 | 34.48 | 8.03 | - |
| YUV | 154.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 52 | 0 | 0.25 | 0.74 | 0.21 | 39.46 | 0.59 | 0.5 |
| Hex | C9 | 96 | 34 | 0 | 19 | 4A | 15 | 27 | 3B | 32 |
| Octal | 311 | 226 | 64 | 0 | 31 | 112 | 25 | 47 | 73 | 62 |
| Binary | 11001001 | 10010110 | 110100 | 0 | 11001 | 1001010 | 10101 | 100111 | 111011 | 110010 |
Color Harmonies of #C99634
Complementary color
Monochromatic Colors of #C99634
Black with #C99634
Text Example
Text Example
White with #C99634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99634; }
p { color: rgb(201,150,52); }
H1.HeaderClassName
{
color: #C99634;
}
.AnyTagClassName
{
color: #C99634;
}
</style>
background-color css
<style>
a { background-color: #C99634; }
a { background-color: rgb(201,150,52); }
div.DivClassName
{
background-color: #C99634;
}
.BgClassName
{
background-color: #C99634;
}
</style>
border-color css
<style>
span { border-color: #C99634; }
span { border-color: rgb(201,150,52); }
td.TdClassName
{
border-color: #C99634;
}
.TagClassName
{
border-color: #C99634;
}
</style>