Shades of Fuego #C9D427
Tints of Fuego #C9D427
RGB
CMYK
RGB Variations
Color information
#C9D427 (or 0xC9D427) is known color: Fuego. HEX triplet: C9, D4 and 27. RGB value is (201,212,39). Sum of RGB (Red+Green+Blue) = 201+212+39=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D427 is #362BD8. Grayscale: #BDBDBD. Windows color (decimal): -3550169 or 2610377. OLE color: 2610377.
HSL color Cylindrical-coordinate representation of color #C9D427: hue angle of 63.82º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9D427 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.17 |
| HSL | 63.82º | 0.69% | 0.49% | - |
| HSV(B) | 63.82º | 0.82% | 0.83% | - |
| XYZ | 48 | 59.65 | 10.9 | - |
| YUV | 188.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 39 | 0.05 | 0 | 0.82 | 0.17 | 63.82 | 0.69 | 0.49 |
| Hex | C9 | D4 | 27 | 5 | 0 | 52 | 11 | 40 | 45 | 31 |
| Octal | 311 | 324 | 47 | 5 | 0 | 122 | 21 | 100 | 105 | 61 |
| Binary | 11001001 | 11010100 | 100111 | 101 | 0 | 1010010 | 10001 | 1000000 | 1000101 | 110001 |
Color Harmonies of #C9D427
Complementary color
Monochromatic Colors of #C9D427
Black with #C9D427
Text Example
Text Example
White with #C9D427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D427; }
p { color: rgb(201,212,39); }
H1.HeaderClassName
{
color: #C9D427;
}
.AnyTagClassName
{
color: #C9D427;
}
</style>
background-color css
<style>
a { background-color: #C9D427; }
a { background-color: rgb(201,212,39); }
div.DivClassName
{
background-color: #C9D427;
}
.BgClassName
{
background-color: #C9D427;
}
</style>
border-color css
<style>
span { border-color: #C9D427; }
span { border-color: rgb(201,212,39); }
td.TdClassName
{
border-color: #C9D427;
}
.TagClassName
{
border-color: #C9D427;
}
</style>