Shades of Fuego #C8D122
Tints of Fuego #C8D122
RGB
CMYK
RGB Variations
Color information
#C8D122 (or 0xC8D122) is known color: Fuego. HEX triplet: C8, D1 and 22. RGB value is (200,209,34). Sum of RGB (Red+Green+Blue) = 200+209+34=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D122 is #372EDD. Grayscale: #BBBBBB. Windows color (decimal): -3616478 or 2281928. OLE color: 2281928.
HSL color Cylindrical-coordinate representation of color #C8D122: hue angle of 63.09º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D122 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 34 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.18 |
| HSL | 63.09º | 0.72% | 0.48% | - |
| HSV(B) | 63.09º | 0.84% | 0.82% | - |
| XYZ | 46.91 | 58 | 10.24 | - |
| YUV | 186.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 34 | 0.04 | 0 | 0.84 | 0.18 | 63.09 | 0.72 | 0.48 |
| Hex | C8 | D1 | 22 | 4 | 0 | 54 | 12 | 3F | 48 | 30 |
| Octal | 310 | 321 | 42 | 4 | 0 | 124 | 22 | 77 | 110 | 60 |
| Binary | 11001000 | 11010001 | 100010 | 100 | 0 | 1010100 | 10010 | 111111 | 1001000 | 110000 |
Color Harmonies of #C8D122
Complementary color
Monochromatic Colors of #C8D122
Black with #C8D122
Text Example
Text Example
White with #C8D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D122; }
p { color: rgb(200,209,34); }
H1.HeaderClassName
{
color: #C8D122;
}
.AnyTagClassName
{
color: #C8D122;
}
</style>
background-color css
<style>
a { background-color: #C8D122; }
a { background-color: rgb(200,209,34); }
div.DivClassName
{
background-color: #C8D122;
}
.BgClassName
{
background-color: #C8D122;
}
</style>
border-color css
<style>
span { border-color: #C8D122; }
span { border-color: rgb(200,209,34); }
td.TdClassName
{
border-color: #C8D122;
}
.TagClassName
{
border-color: #C8D122;
}
</style>