Shades of Fuego #C9DF16
Tints of Fuego #C9DF16
RGB
CMYK
RGB Variations
Color information
#C9DF16 (or 0xC9DF16) is known color: Fuego. HEX triplet: C9, DF and 16. RGB value is (201,223,22). Sum of RGB (Red+Green+Blue) = 201+223+22=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DF16 is #3620E9. Grayscale: #C2C2C2. Windows color (decimal): -3547370 or 1499081. OLE color: 1499081.
HSL color Cylindrical-coordinate representation of color #C9DF16: hue angle of 66.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9DF16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.13 |
| HSL | 66.57º | 0.82% | 0.48% | - |
| HSV(B) | 66.57º | 0.9% | 0.87% | - |
| XYZ | 50.62 | 65.25 | 10.69 | - |
| YUV | 193.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 22 | 0.10 | 0 | 0.90 | 0.13 | 66.57 | 0.82 | 0.48 |
| Hex | C9 | DF | 16 | A | 0 | 5A | D | 43 | 52 | 30 |
| Octal | 311 | 337 | 26 | 12 | 0 | 132 | 15 | 103 | 122 | 60 |
| Binary | 11001001 | 11011111 | 10110 | 1010 | 0 | 1011010 | 1101 | 1000011 | 1010010 | 110000 |
Color Harmonies of #C9DF16
Complementary color
Monochromatic Colors of #C9DF16
Black with #C9DF16
Text Example
Text Example
White with #C9DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF16; }
p { color: rgb(201,223,22); }
H1.HeaderClassName
{
color: #C9DF16;
}
.AnyTagClassName
{
color: #C9DF16;
}
</style>
background-color css
<style>
a { background-color: #C9DF16; }
a { background-color: rgb(201,223,22); }
div.DivClassName
{
background-color: #C9DF16;
}
.BgClassName
{
background-color: #C9DF16;
}
</style>
border-color css
<style>
span { border-color: #C9DF16; }
span { border-color: rgb(201,223,22); }
td.TdClassName
{
border-color: #C9DF16;
}
.TagClassName
{
border-color: #C9DF16;
}
</style>