Shades of Fuego #C9D030
Tints of Fuego #C9D030
RGB
CMYK
RGB Variations
Color information
#C9D030 (or 0xC9D030) is known color: Fuego. HEX triplet: C9, D0 and 30. RGB value is (201,208,48). Sum of RGB (Red+Green+Blue) = 201+208+48=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D030 is #362FCF. Grayscale: #BCBCBC. Windows color (decimal): -3551184 or 3199177. OLE color: 3199177.
HSL color Cylindrical-coordinate representation of color #C9D030: hue angle of 62.63º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9D030 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 48 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.18 |
| HSL | 62.63º | 0.63% | 0.5% | - |
| HSV(B) | 62.63º | 0.77% | 0.82% | - |
| XYZ | 47.18 | 57.74 | 11.46 | - |
| YUV | 187.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 48 | 0.03 | 0 | 0.77 | 0.18 | 62.63 | 0.63 | 0.5 |
| Hex | C9 | D0 | 30 | 3 | 0 | 4D | 12 | 3F | 3F | 32 |
| Octal | 311 | 320 | 60 | 3 | 0 | 115 | 22 | 77 | 77 | 62 |
| Binary | 11001001 | 11010000 | 110000 | 11 | 0 | 1001101 | 10010 | 111111 | 111111 | 110010 |
Color Harmonies of #C9D030
Complementary color
Monochromatic Colors of #C9D030
Black with #C9D030
Text Example
Text Example
White with #C9D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D030; }
p { color: rgb(201,208,48); }
H1.HeaderClassName
{
color: #C9D030;
}
.AnyTagClassName
{
color: #C9D030;
}
</style>
background-color css
<style>
a { background-color: #C9D030; }
a { background-color: rgb(201,208,48); }
div.DivClassName
{
background-color: #C9D030;
}
.BgClassName
{
background-color: #C9D030;
}
</style>
border-color css
<style>
span { border-color: #C9D030; }
span { border-color: rgb(201,208,48); }
td.TdClassName
{
border-color: #C9D030;
}
.TagClassName
{
border-color: #C9D030;
}
</style>