Shades of Fuego #C8D522
Tints of Fuego #C8D522
RGB
CMYK
RGB Variations
Color information
#C8D522 (or 0xC8D522) is known color: Fuego. HEX triplet: C8, D5 and 22. RGB value is (200,213,34). Sum of RGB (Red+Green+Blue) = 200+213+34=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D522 is #372ADD. Grayscale: #BDBDBD. Windows color (decimal): -3615454 or 2282952. OLE color: 2282952.
HSL color Cylindrical-coordinate representation of color #C8D522: hue angle of 64.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D522 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 34 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.16 |
| HSL | 64.36º | 0.72% | 0.48% | - |
| HSV(B) | 64.36º | 0.84% | 0.84% | - |
| XYZ | 47.9 | 59.98 | 10.57 | - |
| YUV | 188.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 34 | 0.06 | 0 | 0.84 | 0.16 | 64.36 | 0.72 | 0.48 |
| Hex | C8 | D5 | 22 | 6 | 0 | 54 | 10 | 40 | 48 | 30 |
| Octal | 310 | 325 | 42 | 6 | 0 | 124 | 20 | 100 | 110 | 60 |
| Binary | 11001000 | 11010101 | 100010 | 110 | 0 | 1010100 | 10000 | 1000000 | 1001000 | 110000 |
Color Harmonies of #C8D522
Complementary color
Monochromatic Colors of #C8D522
Black with #C8D522
Text Example
Text Example
White with #C8D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D522; }
p { color: rgb(200,213,34); }
H1.HeaderClassName
{
color: #C8D522;
}
.AnyTagClassName
{
color: #C8D522;
}
</style>
background-color css
<style>
a { background-color: #C8D522; }
a { background-color: rgb(200,213,34); }
div.DivClassName
{
background-color: #C8D522;
}
.BgClassName
{
background-color: #C8D522;
}
</style>
border-color css
<style>
span { border-color: #C8D522; }
span { border-color: rgb(200,213,34); }
td.TdClassName
{
border-color: #C8D522;
}
.TagClassName
{
border-color: #C8D522;
}
</style>