Shades of Fuego #C8D02A
Tints of Fuego #C8D02A
RGB
CMYK
RGB Variations
Color information
#C8D02A (or 0xC8D02A) is known color: Fuego. HEX triplet: C8, D0 and 2A. RGB value is (200,208,42). Sum of RGB (Red+Green+Blue) = 200+208+42=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D02A is #372FD5. Grayscale: #BBBBBB. Windows color (decimal): -3616726 or 2805960. OLE color: 2805960.
HSL color Cylindrical-coordinate representation of color #C8D02A: hue angle of 62.89º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8D02A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 42 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.18 |
| HSL | 62.89º | 0.66% | 0.49% | - |
| HSV(B) | 62.89º | 0.8% | 0.82% | - |
| XYZ | 46.79 | 57.56 | 10.83 | - |
| YUV | 186.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 42 | 0.04 | 0 | 0.80 | 0.18 | 62.89 | 0.66 | 0.49 |
| Hex | C8 | D0 | 2A | 4 | 0 | 50 | 12 | 3F | 42 | 31 |
| Octal | 310 | 320 | 52 | 4 | 0 | 120 | 22 | 77 | 102 | 61 |
| Binary | 11001000 | 11010000 | 101010 | 100 | 0 | 1010000 | 10010 | 111111 | 1000010 | 110001 |
Color Harmonies of #C8D02A
Complementary color
Monochromatic Colors of #C8D02A
Black with #C8D02A
Text Example
Text Example
White with #C8D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D02A; }
p { color: rgb(200,208,42); }
H1.HeaderClassName
{
color: #C8D02A;
}
.AnyTagClassName
{
color: #C8D02A;
}
</style>
background-color css
<style>
a { background-color: #C8D02A; }
a { background-color: rgb(200,208,42); }
div.DivClassName
{
background-color: #C8D02A;
}
.BgClassName
{
background-color: #C8D02A;
}
</style>
border-color css
<style>
span { border-color: #C8D02A; }
span { border-color: rgb(200,208,42); }
td.TdClassName
{
border-color: #C8D02A;
}
.TagClassName
{
border-color: #C8D02A;
}
</style>