Shades of Fuel Yellow #C99C30
Tints of Fuel Yellow #C99C30
RGB
CMYK
RGB Variations
Color information
#C99C30 (or 0xC99C30) is known color: Fuel Yellow. HEX triplet: C9, 9C and 30. RGB value is (201,156,48). Sum of RGB (Red+Green+Blue) = 201+156+48=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C30 is #3663CF. Grayscale: #9D9D9D. Windows color (decimal): -3564496 or 3185865. OLE color: 3185865.
HSL color Cylindrical-coordinate representation of color #C99C30: hue angle of 42.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C99C30 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 48 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.21 |
| HSL | 42.35º | 0.61% | 0.49% | - |
| HSV(B) | 42.35º | 0.76% | 0.79% | - |
| XYZ | 36.51 | 36.41 | 7.9 | - |
| YUV | 157.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 48 | 0 | 0.22 | 0.76 | 0.21 | 42.35 | 0.61 | 0.49 |
| Hex | C9 | 9C | 30 | 0 | 16 | 4C | 15 | 2A | 3D | 31 |
| Octal | 311 | 234 | 60 | 0 | 26 | 114 | 25 | 52 | 75 | 61 |
| Binary | 11001001 | 10011100 | 110000 | 0 | 10110 | 1001100 | 10101 | 101010 | 111101 | 110001 |
Color Harmonies of #C99C30
Complementary color
Monochromatic Colors of #C99C30
Black with #C99C30
Text Example
Text Example
White with #C99C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C30; }
p { color: rgb(201,156,48); }
H1.HeaderClassName
{
color: #C99C30;
}
.AnyTagClassName
{
color: #C99C30;
}
</style>
background-color css
<style>
a { background-color: #C99C30; }
a { background-color: rgb(201,156,48); }
div.DivClassName
{
background-color: #C99C30;
}
.BgClassName
{
background-color: #C99C30;
}
</style>
border-color css
<style>
span { border-color: #C99C30; }
span { border-color: rgb(201,156,48); }
td.TdClassName
{
border-color: #C99C30;
}
.TagClassName
{
border-color: #C99C30;
}
</style>