Shades of Fuego #C5C52F
Tints of Fuego #C5C52F
RGB
CMYK
RGB Variations
Color information
#C5C52F (or 0xC5C52F) is known color: Fuego. HEX triplet: C5, C5 and 2F. RGB value is (197,197,47). Sum of RGB (Red+Green+Blue) = 197+197+47=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C52F is #3A3AD0. Grayscale: #B4B4B4. Windows color (decimal): -3816145 or 3130821. OLE color: 3130821.
HSL color Cylindrical-coordinate representation of color #C5C52F: hue angle of 60º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5C52F is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 47 | - |
| CMYK | 0 | 0 | 0.76 | 0.23 |
| HSL | 60º | 0.61% | 0.48% | - |
| HSV(B) | 60º | 0.76% | 0.77% | - |
| XYZ | 43.51 | 52.01 | 10.43 | - |
| YUV | 179.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 47 | 0 | 0 | 0.76 | 0.23 | 60 | 0.61 | 0.48 |
| Hex | C5 | C5 | 2F | 0 | 0 | 4C | 17 | 3C | 3D | 30 |
| Octal | 305 | 305 | 57 | 0 | 0 | 114 | 27 | 74 | 75 | 60 |
| Binary | 11000101 | 11000101 | 101111 | 0 | 0 | 1001100 | 10111 | 111100 | 111101 | 110000 |
Color Harmonies of #C5C52F
Complementary color
Monochromatic Colors of #C5C52F
Black with #C5C52F
Text Example
Text Example
White with #C5C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C52F; }
p { color: rgb(197,197,47); }
H1.HeaderClassName
{
color: #C5C52F;
}
.AnyTagClassName
{
color: #C5C52F;
}
</style>
background-color css
<style>
a { background-color: #C5C52F; }
a { background-color: rgb(197,197,47); }
div.DivClassName
{
background-color: #C5C52F;
}
.BgClassName
{
background-color: #C5C52F;
}
</style>
border-color css
<style>
span { border-color: #C5C52F; }
span { border-color: rgb(197,197,47); }
td.TdClassName
{
border-color: #C5C52F;
}
.TagClassName
{
border-color: #C5C52F;
}
</style>