Shades of Fuego #C9D62F
Tints of Fuego #C9D62F
RGB
CMYK
RGB Variations
Color information
#C9D62F (or 0xC9D62F) is known color: Fuego. HEX triplet: C9, D6 and 2F. RGB value is (201,214,47). Sum of RGB (Red+Green+Blue) = 201+214+47=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D62F is #3629D0. Grayscale: #BFBFBF. Windows color (decimal): -3549649 or 3135177. OLE color: 3135177.
HSL color Cylindrical-coordinate representation of color #C9D62F: hue angle of 64.67º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9D62F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 47 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.16 |
| HSL | 64.67º | 0.67% | 0.51% | - |
| HSV(B) | 64.67º | 0.78% | 0.84% | - |
| XYZ | 48.65 | 60.72 | 11.84 | - |
| YUV | 191.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 47 | 0.06 | 0 | 0.78 | 0.16 | 64.67 | 0.67 | 0.51 |
| Hex | C9 | D6 | 2F | 6 | 0 | 4E | 10 | 41 | 43 | 33 |
| Octal | 311 | 326 | 57 | 6 | 0 | 116 | 20 | 101 | 103 | 63 |
| Binary | 11001001 | 11010110 | 101111 | 110 | 0 | 1001110 | 10000 | 1000001 | 1000011 | 110011 |
Color Harmonies of #C9D62F
Complementary color
Monochromatic Colors of #C9D62F
Black with #C9D62F
Text Example
Text Example
White with #C9D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D62F; }
p { color: rgb(201,214,47); }
H1.HeaderClassName
{
color: #C9D62F;
}
.AnyTagClassName
{
color: #C9D62F;
}
</style>
background-color css
<style>
a { background-color: #C9D62F; }
a { background-color: rgb(201,214,47); }
div.DivClassName
{
background-color: #C9D62F;
}
.BgClassName
{
background-color: #C9D62F;
}
</style>
border-color css
<style>
span { border-color: #C9D62F; }
span { border-color: rgb(201,214,47); }
td.TdClassName
{
border-color: #C9D62F;
}
.TagClassName
{
border-color: #C9D62F;
}
</style>