Shades of Fuego #C8D026
Tints of Fuego #C8D026
RGB
CMYK
RGB Variations
Color information
#C8D026 (or 0xC8D026) is known color: Fuego. HEX triplet: C8, D0 and 26. RGB value is (200,208,38). Sum of RGB (Red+Green+Blue) = 200+208+38=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D026 is #372FD9. Grayscale: #BABABA. Windows color (decimal): -3616730 or 2543816. OLE color: 2543816.
HSL color Cylindrical-coordinate representation of color #C8D026: hue angle of 62.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8D026 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 38 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.18 |
| HSL | 62.82º | 0.69% | 0.48% | - |
| HSV(B) | 62.82º | 0.82% | 0.82% | - |
| XYZ | 46.73 | 57.53 | 10.48 | - |
| YUV | 186.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 38 | 0.04 | 0 | 0.82 | 0.18 | 62.82 | 0.69 | 0.48 |
| Hex | C8 | D0 | 26 | 4 | 0 | 52 | 12 | 3F | 45 | 30 |
| Octal | 310 | 320 | 46 | 4 | 0 | 122 | 22 | 77 | 105 | 60 |
| Binary | 11001000 | 11010000 | 100110 | 100 | 0 | 1010010 | 10010 | 111111 | 1000101 | 110000 |
Color Harmonies of #C8D026
Complementary color
Monochromatic Colors of #C8D026
Black with #C8D026
Text Example
Text Example
White with #C8D026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D026; }
p { color: rgb(200,208,38); }
H1.HeaderClassName
{
color: #C8D026;
}
.AnyTagClassName
{
color: #C8D026;
}
</style>
background-color css
<style>
a { background-color: #C8D026; }
a { background-color: rgb(200,208,38); }
div.DivClassName
{
background-color: #C8D026;
}
.BgClassName
{
background-color: #C8D026;
}
</style>
border-color css
<style>
span { border-color: #C8D026; }
span { border-color: rgb(200,208,38); }
td.TdClassName
{
border-color: #C8D026;
}
.TagClassName
{
border-color: #C8D026;
}
</style>