Shades of Fuego #C8D718
Tints of Fuego #C8D718
RGB
CMYK
RGB Variations
Color information
#C8D718 (or 0xC8D718) is known color: Fuego. HEX triplet: C8, D7 and 18. RGB value is (200,215,24). Sum of RGB (Red+Green+Blue) = 200+215+24=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D718 is #3728E7. Grayscale: #BDBDBD. Windows color (decimal): -3614952 or 1628104. OLE color: 1628104.
HSL color Cylindrical-coordinate representation of color #C8D718: hue angle of 64.71º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8D718 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 24 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.16 |
| HSL | 64.71º | 0.8% | 0.47% | - |
| HSV(B) | 64.71º | 0.89% | 0.84% | - |
| XYZ | 48.28 | 60.95 | 10.08 | - |
| YUV | 188.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 24 | 0.07 | 0 | 0.89 | 0.16 | 64.71 | 0.8 | 0.47 |
| Hex | C8 | D7 | 18 | 7 | 0 | 59 | 10 | 41 | 50 | 2F |
| Octal | 310 | 327 | 30 | 7 | 0 | 131 | 20 | 101 | 120 | 57 |
| Binary | 11001000 | 11010111 | 11000 | 111 | 0 | 1011001 | 10000 | 1000001 | 1010000 | 101111 |
Color Harmonies of #C8D718
Complementary color
Monochromatic Colors of #C8D718
Black with #C8D718
Text Example
Text Example
White with #C8D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D718; }
p { color: rgb(200,215,24); }
H1.HeaderClassName
{
color: #C8D718;
}
.AnyTagClassName
{
color: #C8D718;
}
</style>
background-color css
<style>
a { background-color: #C8D718; }
a { background-color: rgb(200,215,24); }
div.DivClassName
{
background-color: #C8D718;
}
.BgClassName
{
background-color: #C8D718;
}
</style>
border-color css
<style>
span { border-color: #C8D718; }
span { border-color: rgb(200,215,24); }
td.TdClassName
{
border-color: #C8D718;
}
.TagClassName
{
border-color: #C8D718;
}
</style>