Shades of Fuego #C8D523
Tints of Fuego #C8D523
RGB
CMYK
RGB Variations
Color information
#C8D523 (or 0xC8D523) is known color: Fuego. HEX triplet: C8, D5 and 23. RGB value is (200,213,35). Sum of RGB (Red+Green+Blue) = 200+213+35=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D523 is #372ADC. Grayscale: #BDBDBD. Windows color (decimal): -3615453 or 2348488. OLE color: 2348488.
HSL color Cylindrical-coordinate representation of color #C8D523: hue angle of 64.38º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D523 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 35 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.16 |
| HSL | 64.38º | 0.72% | 0.49% | - |
| HSV(B) | 64.38º | 0.84% | 0.84% | - |
| XYZ | 47.92 | 59.99 | 10.64 | - |
| YUV | 188.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 35 | 0.06 | 0 | 0.84 | 0.16 | 64.38 | 0.72 | 0.49 |
| Hex | C8 | D5 | 23 | 6 | 0 | 54 | 10 | 40 | 48 | 31 |
| Octal | 310 | 325 | 43 | 6 | 0 | 124 | 20 | 100 | 110 | 61 |
| Binary | 11001000 | 11010101 | 100011 | 110 | 0 | 1010100 | 10000 | 1000000 | 1001000 | 110001 |
Color Harmonies of #C8D523
Complementary color
Monochromatic Colors of #C8D523
Black with #C8D523
Text Example
Text Example
White with #C8D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D523; }
p { color: rgb(200,213,35); }
H1.HeaderClassName
{
color: #C8D523;
}
.AnyTagClassName
{
color: #C8D523;
}
</style>
background-color css
<style>
a { background-color: #C8D523; }
a { background-color: rgb(200,213,35); }
div.DivClassName
{
background-color: #C8D523;
}
.BgClassName
{
background-color: #C8D523;
}
</style>
border-color css
<style>
span { border-color: #C8D523; }
span { border-color: rgb(200,213,35); }
td.TdClassName
{
border-color: #C8D523;
}
.TagClassName
{
border-color: #C8D523;
}
</style>