Shades of Fuego #CACE30
Tints of Fuego #CACE30
RGB
CMYK
RGB Variations
Color information
#CACE30 (or 0xCACE30) is known color: Fuego. HEX triplet: CA, CE and 30. RGB value is (202,206,48). Sum of RGB (Red+Green+Blue) = 202+206+48=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE30 is #3531CF. Grayscale: #BBBBBB. Windows color (decimal): -3486160 or 3198666. OLE color: 3198666.
HSL color Cylindrical-coordinate representation of color #CACE30: hue angle of 61.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CACE30 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 48 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.19 |
| HSL | 61.52º | 0.62% | 0.5% | - |
| HSV(B) | 61.52º | 0.77% | 0.81% | - |
| XYZ | 46.96 | 56.91 | 11.31 | - |
| YUV | 186.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 48 | 0.02 | 0 | 0.77 | 0.19 | 61.52 | 0.62 | 0.5 |
| Hex | CA | CE | 30 | 2 | 0 | 4D | 13 | 3E | 3E | 32 |
| Octal | 312 | 316 | 60 | 2 | 0 | 115 | 23 | 76 | 76 | 62 |
| Binary | 11001010 | 11001110 | 110000 | 10 | 0 | 1001101 | 10011 | 111110 | 111110 | 110010 |
Color Harmonies of #CACE30
Complementary color
Monochromatic Colors of #CACE30
Black with #CACE30
Text Example
Text Example
White with #CACE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE30; }
p { color: rgb(202,206,48); }
H1.HeaderClassName
{
color: #CACE30;
}
.AnyTagClassName
{
color: #CACE30;
}
</style>
background-color css
<style>
a { background-color: #CACE30; }
a { background-color: rgb(202,206,48); }
div.DivClassName
{
background-color: #CACE30;
}
.BgClassName
{
background-color: #CACE30;
}
</style>
border-color css
<style>
span { border-color: #CACE30; }
span { border-color: rgb(202,206,48); }
td.TdClassName
{
border-color: #CACE30;
}
.TagClassName
{
border-color: #CACE30;
}
</style>