Shades of Fuego #C8D71F
Tints of Fuego #C8D71F
RGB
CMYK
RGB Variations
Color information
#C8D71F (or 0xC8D71F) is known color: Fuego. HEX triplet: C8, D7 and 1F. RGB value is (200,215,31). Sum of RGB (Red+Green+Blue) = 200+215+31=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D71F is #3728E0. Grayscale: #BEBEBE. Windows color (decimal): -3614945 or 2086856. OLE color: 2086856.
HSL color Cylindrical-coordinate representation of color #C8D71F: hue angle of 64.89º 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 #C8D71F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 31 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.16 |
| HSL | 64.89º | 0.75% | 0.48% | - |
| HSV(B) | 64.89º | 0.86% | 0.84% | - |
| XYZ | 48.37 | 60.98 | 10.52 | - |
| YUV | 189.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 31 | 0.07 | 0 | 0.86 | 0.16 | 64.89 | 0.75 | 0.48 |
| Hex | C8 | D7 | 1F | 7 | 0 | 56 | 10 | 41 | 4B | 30 |
| Octal | 310 | 327 | 37 | 7 | 0 | 126 | 20 | 101 | 113 | 60 |
| Binary | 11001000 | 11010111 | 11111 | 111 | 0 | 1010110 | 10000 | 1000001 | 1001011 | 110000 |
Color Harmonies of #C8D71F
Complementary color
Monochromatic Colors of #C8D71F
Black with #C8D71F
Text Example
Text Example
White with #C8D71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D71F; }
p { color: rgb(200,215,31); }
H1.HeaderClassName
{
color: #C8D71F;
}
.AnyTagClassName
{
color: #C8D71F;
}
</style>
background-color css
<style>
a { background-color: #C8D71F; }
a { background-color: rgb(200,215,31); }
div.DivClassName
{
background-color: #C8D71F;
}
.BgClassName
{
background-color: #C8D71F;
}
</style>
border-color css
<style>
span { border-color: #C8D71F; }
span { border-color: rgb(200,215,31); }
td.TdClassName
{
border-color: #C8D71F;
}
.TagClassName
{
border-color: #C8D71F;
}
</style>