Shades of Fuel Yellow #C99C34
Tints of Fuel Yellow #C99C34
RGB
CMYK
RGB Variations
Color information
#C99C34 (or 0xC99C34) is known color: Fuel Yellow. HEX triplet: C9, 9C and 34. RGB value is (201,156,52). Sum of RGB (Red+Green+Blue) = 201+156+52=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C34 is #3663CB. Grayscale: #9E9E9E. Windows color (decimal): -3564492 or 3448009. OLE color: 3448009.
HSL color Cylindrical-coordinate representation of color #C99C34: hue angle of 41.88º 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 #C99C34 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 52 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.21 |
| HSL | 41.88º | 0.59% | 0.5% | - |
| HSV(B) | 41.88º | 0.74% | 0.79% | - |
| XYZ | 36.6 | 36.44 | 8.35 | - |
| YUV | 157.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 52 | 0 | 0.22 | 0.74 | 0.21 | 41.88 | 0.59 | 0.5 |
| Hex | C9 | 9C | 34 | 0 | 16 | 4A | 15 | 2A | 3B | 32 |
| Octal | 311 | 234 | 64 | 0 | 26 | 112 | 25 | 52 | 73 | 62 |
| Binary | 11001001 | 10011100 | 110100 | 0 | 10110 | 1001010 | 10101 | 101010 | 111011 | 110010 |
Color Harmonies of #C99C34
Complementary color
Monochromatic Colors of #C99C34
Black with #C99C34
Text Example
Text Example
White with #C99C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C34; }
p { color: rgb(201,156,52); }
H1.HeaderClassName
{
color: #C99C34;
}
.AnyTagClassName
{
color: #C99C34;
}
</style>
background-color css
<style>
a { background-color: #C99C34; }
a { background-color: rgb(201,156,52); }
div.DivClassName
{
background-color: #C99C34;
}
.BgClassName
{
background-color: #C99C34;
}
</style>
border-color css
<style>
span { border-color: #C99C34; }
span { border-color: rgb(201,156,52); }
td.TdClassName
{
border-color: #C99C34;
}
.TagClassName
{
border-color: #C99C34;
}
</style>