Shades of Fuego #CACF29
Tints of Fuego #CACF29
RGB
CMYK
RGB Variations
Color information
#CACF29 (or 0xCACF29) is known color: Fuego. HEX triplet: CA, CF and 29. RGB value is (202,207,41). Sum of RGB (Red+Green+Blue) = 202+207+41=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF29 is #3530D6. Grayscale: #BBBBBB. Windows color (decimal): -3485911 or 2740170. OLE color: 2740170.
HSL color Cylindrical-coordinate representation of color #CACF29: hue angle of 61.81º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CACF29 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 41 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.19 |
| HSL | 61.81º | 0.67% | 0.49% | - |
| HSV(B) | 61.81º | 0.8% | 0.81% | - |
| XYZ | 47.07 | 57.34 | 10.69 | - |
| YUV | 186.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 41 | 0.02 | 0 | 0.80 | 0.19 | 61.81 | 0.67 | 0.49 |
| Hex | CA | CF | 29 | 2 | 0 | 50 | 13 | 3E | 43 | 31 |
| Octal | 312 | 317 | 51 | 2 | 0 | 120 | 23 | 76 | 103 | 61 |
| Binary | 11001010 | 11001111 | 101001 | 10 | 0 | 1010000 | 10011 | 111110 | 1000011 | 110001 |
Color Harmonies of #CACF29
Complementary color
Monochromatic Colors of #CACF29
Black with #CACF29
Text Example
Text Example
White with #CACF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF29; }
p { color: rgb(202,207,41); }
H1.HeaderClassName
{
color: #CACF29;
}
.AnyTagClassName
{
color: #CACF29;
}
</style>
background-color css
<style>
a { background-color: #CACF29; }
a { background-color: rgb(202,207,41); }
div.DivClassName
{
background-color: #CACF29;
}
.BgClassName
{
background-color: #CACF29;
}
</style>
border-color css
<style>
span { border-color: #CACF29; }
span { border-color: rgb(202,207,41); }
td.TdClassName
{
border-color: #CACF29;
}
.TagClassName
{
border-color: #CACF29;
}
</style>