Shades of Fuego #CACE32
Tints of Fuego #CACE32
RGB
CMYK
RGB Variations
Color information
#CACE32 (or 0xCACE32) is known color: Fuego. HEX triplet: CA, CE and 32. RGB value is (202,206,50). Sum of RGB (Red+Green+Blue) = 202+206+50=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE32 is #3531CD. Grayscale: #BBBBBB. Windows color (decimal): -3486158 or 3329738. OLE color: 3329738.
HSL color Cylindrical-coordinate representation of color #CACE32: hue angle of 61.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CACE32 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.19 |
| HSL | 61.54º | 0.61% | 0.5% | - |
| HSV(B) | 61.54º | 0.76% | 0.81% | - |
| XYZ | 47 | 56.93 | 11.53 | - |
| YUV | 187.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 50 | 0.02 | 0 | 0.76 | 0.19 | 61.54 | 0.61 | 0.5 |
| Hex | CA | CE | 32 | 2 | 0 | 4C | 13 | 3E | 3D | 32 |
| Octal | 312 | 316 | 62 | 2 | 0 | 114 | 23 | 76 | 75 | 62 |
| Binary | 11001010 | 11001110 | 110010 | 10 | 0 | 1001100 | 10011 | 111110 | 111101 | 110010 |
Color Harmonies of #CACE32
Complementary color
Monochromatic Colors of #CACE32
Black with #CACE32
Text Example
Text Example
White with #CACE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE32; }
p { color: rgb(202,206,50); }
H1.HeaderClassName
{
color: #CACE32;
}
.AnyTagClassName
{
color: #CACE32;
}
</style>
background-color css
<style>
a { background-color: #CACE32; }
a { background-color: rgb(202,206,50); }
div.DivClassName
{
background-color: #CACE32;
}
.BgClassName
{
background-color: #CACE32;
}
</style>
border-color css
<style>
span { border-color: #CACE32; }
span { border-color: rgb(202,206,50); }
td.TdClassName
{
border-color: #CACE32;
}
.TagClassName
{
border-color: #CACE32;
}
</style>