Shades of Fuego #C8E123
Tints of Fuego #C8E123
RGB
CMYK
RGB Variations
Color information
#C8E123 (or 0xC8E123) is known color: Fuego. HEX triplet: C8, E1 and 23. RGB value is (200,225,35). Sum of RGB (Red+Green+Blue) = 200+225+35=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E123 is #371EDC. Grayscale: #C4C4C4. Windows color (decimal): -3612381 or 2351560. OLE color: 2351560.
HSL color Cylindrical-coordinate representation of color #C8E123: hue angle of 67.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8E123 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 35 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.12 |
| HSL | 67.89º | 0.76% | 0.51% | - |
| HSV(B) | 67.89º | 0.84% | 0.88% | - |
| XYZ | 51.05 | 66.25 | 11.69 | - |
| YUV | 195.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 35 | 0.11 | 0 | 0.84 | 0.12 | 67.89 | 0.76 | 0.51 |
| Hex | C8 | E1 | 23 | B | 0 | 54 | C | 44 | 4C | 33 |
| Octal | 310 | 341 | 43 | 13 | 0 | 124 | 14 | 104 | 114 | 63 |
| Binary | 11001000 | 11100001 | 100011 | 1011 | 0 | 1010100 | 1100 | 1000100 | 1001100 | 110011 |
Color Harmonies of #C8E123
Complementary color
Monochromatic Colors of #C8E123
Black with #C8E123
Text Example
Text Example
White with #C8E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E123; }
p { color: rgb(200,225,35); }
H1.HeaderClassName
{
color: #C8E123;
}
.AnyTagClassName
{
color: #C8E123;
}
</style>
background-color css
<style>
a { background-color: #C8E123; }
a { background-color: rgb(200,225,35); }
div.DivClassName
{
background-color: #C8E123;
}
.BgClassName
{
background-color: #C8E123;
}
</style>
border-color css
<style>
span { border-color: #C8E123; }
span { border-color: rgb(200,225,35); }
td.TdClassName
{
border-color: #C8E123;
}
.TagClassName
{
border-color: #C8E123;
}
</style>