Shades of Fuego #CACA31
Tints of Fuego #CACA31
RGB
CMYK
RGB Variations
Color information
#CACA31 (or 0xCACA31) is known color: Fuego. HEX triplet: CA, CA and 31. RGB value is (202,202,49). Sum of RGB (Red+Green+Blue) = 202+202+49=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA31 is #3535CE. Grayscale: #B9B9B9. Windows color (decimal): -3487183 or 3263178. OLE color: 3263178.
HSL color Cylindrical-coordinate representation of color #CACA31: hue angle of 60º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CACA31 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 49 | - |
| CMYK | 0 | 0 | 0.76 | 0.21 |
| HSL | 60º | 0.61% | 0.49% | - |
| HSV(B) | 60º | 0.76% | 0.79% | - |
| XYZ | 46.03 | 55.02 | 11.1 | - |
| YUV | 184.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 49 | 0 | 0 | 0.76 | 0.21 | 60 | 0.61 | 0.49 |
| Hex | CA | CA | 31 | 0 | 0 | 4C | 15 | 3C | 3D | 31 |
| Octal | 312 | 312 | 61 | 0 | 0 | 114 | 25 | 74 | 75 | 61 |
| Binary | 11001010 | 11001010 | 110001 | 0 | 0 | 1001100 | 10101 | 111100 | 111101 | 110001 |
Color Harmonies of #CACA31
Complementary color
Monochromatic Colors of #CACA31
Black with #CACA31
Text Example
Text Example
White with #CACA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA31; }
p { color: rgb(202,202,49); }
H1.HeaderClassName
{
color: #CACA31;
}
.AnyTagClassName
{
color: #CACA31;
}
</style>
background-color css
<style>
a { background-color: #CACA31; }
a { background-color: rgb(202,202,49); }
div.DivClassName
{
background-color: #CACA31;
}
.BgClassName
{
background-color: #CACA31;
}
</style>
border-color css
<style>
span { border-color: #CACA31; }
span { border-color: rgb(202,202,49); }
td.TdClassName
{
border-color: #CACA31;
}
.TagClassName
{
border-color: #CACA31;
}
</style>