Shades of Fuego #CACF32
Tints of Fuego #CACF32
RGB
CMYK
RGB Variations
Color information
#CACF32 (or 0xCACF32) is known color: Fuego. HEX triplet: CA, CF and 32. RGB value is (202,207,50). Sum of RGB (Red+Green+Blue) = 202+207+50=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF32 is #3530CD. Grayscale: #BCBCBC. Windows color (decimal): -3485902 or 3329994. OLE color: 3329994.
HSL color Cylindrical-coordinate representation of color #CACF32: hue angle of 61.91º degrees, saturation: 0.62, 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 #CACF32 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.19 |
| HSL | 61.91º | 0.62% | 0.5% | - |
| HSV(B) | 61.91º | 0.76% | 0.81% | - |
| XYZ | 47.25 | 57.41 | 11.61 | - |
| YUV | 187.61 | 50.34 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 50 | 0.02 | 0 | 0.76 | 0.19 | 61.91 | 0.62 | 0.5 |
| Hex | CA | CF | 32 | 2 | 0 | 4C | 13 | 3E | 3E | 32 |
| Octal | 312 | 317 | 62 | 2 | 0 | 114 | 23 | 76 | 76 | 62 |
| Binary | 11001010 | 11001111 | 110010 | 10 | 0 | 1001100 | 10011 | 111110 | 111110 | 110010 |
Color Harmonies of #CACF32
Complementary color
Monochromatic Colors of #CACF32
Black with #CACF32
Text Example
Text Example
White with #CACF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF32; }
p { color: rgb(202,207,50); }
H1.HeaderClassName
{
color: #CACF32;
}
.AnyTagClassName
{
color: #CACF32;
}
</style>
background-color css
<style>
a { background-color: #CACF32; }
a { background-color: rgb(202,207,50); }
div.DivClassName
{
background-color: #CACF32;
}
.BgClassName
{
background-color: #CACF32;
}
</style>
border-color css
<style>
span { border-color: #CACF32; }
span { border-color: rgb(202,207,50); }
td.TdClassName
{
border-color: #CACF32;
}
.TagClassName
{
border-color: #CACF32;
}
</style>