Shades of Fuego #C8D61F
Tints of Fuego #C8D61F
RGB
CMYK
RGB Variations
Color information
#C8D61F (or 0xC8D61F) is known color: Fuego. HEX triplet: C8, D6 and 1F. RGB value is (200,214,31). Sum of RGB (Red+Green+Blue) = 200+214+31=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D61F is #3729E0. Grayscale: #BDBDBD. Windows color (decimal): -3615201 or 2086600. OLE color: 2086600.
HSL color Cylindrical-coordinate representation of color #C8D61F: hue angle of 64.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8D61F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 31 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.16 |
| HSL | 64.59º | 0.75% | 0.48% | - |
| HSV(B) | 64.59º | 0.86% | 0.84% | - |
| XYZ | 48.11 | 60.47 | 10.43 | - |
| YUV | 188.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 31 | 0.07 | 0 | 0.86 | 0.16 | 64.59 | 0.75 | 0.48 |
| Hex | C8 | D6 | 1F | 7 | 0 | 56 | 10 | 41 | 4B | 30 |
| Octal | 310 | 326 | 37 | 7 | 0 | 126 | 20 | 101 | 113 | 60 |
| Binary | 11001000 | 11010110 | 11111 | 111 | 0 | 1010110 | 10000 | 1000001 | 1001011 | 110000 |
Color Harmonies of #C8D61F
Complementary color
Monochromatic Colors of #C8D61F
Black with #C8D61F
Text Example
Text Example
White with #C8D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D61F; }
p { color: rgb(200,214,31); }
H1.HeaderClassName
{
color: #C8D61F;
}
.AnyTagClassName
{
color: #C8D61F;
}
</style>
background-color css
<style>
a { background-color: #C8D61F; }
a { background-color: rgb(200,214,31); }
div.DivClassName
{
background-color: #C8D61F;
}
.BgClassName
{
background-color: #C8D61F;
}
</style>
border-color css
<style>
span { border-color: #C8D61F; }
span { border-color: rgb(200,214,31); }
td.TdClassName
{
border-color: #C8D61F;
}
.TagClassName
{
border-color: #C8D61F;
}
</style>