Shades of Fuego #CACF31
Tints of Fuego #CACF31
RGB
CMYK
RGB Variations
Color information
#CACF31 (or 0xCACF31) is known color: Fuego. HEX triplet: CA, CF and 31. RGB value is (202,207,49). Sum of RGB (Red+Green+Blue) = 202+207+49=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF31 is #3530CE. Grayscale: #BCBCBC. Windows color (decimal): -3485903 or 3264458. OLE color: 3264458.
HSL color Cylindrical-coordinate representation of color #CACF31: hue angle of 61.9º 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 #CACF31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 49 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.19 |
| HSL | 61.9º | 0.62% | 0.5% | - |
| HSV(B) | 61.9º | 0.76% | 0.81% | - |
| XYZ | 47.22 | 57.4 | 11.5 | - |
| YUV | 187.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 49 | 0.02 | 0 | 0.76 | 0.19 | 61.9 | 0.62 | 0.5 |
| Hex | CA | CF | 31 | 2 | 0 | 4C | 13 | 3E | 3E | 32 |
| Octal | 312 | 317 | 61 | 2 | 0 | 114 | 23 | 76 | 76 | 62 |
| Binary | 11001010 | 11001111 | 110001 | 10 | 0 | 1001100 | 10011 | 111110 | 111110 | 110010 |
Color Harmonies of #CACF31
Complementary color
Monochromatic Colors of #CACF31
Black with #CACF31
Text Example
Text Example
White with #CACF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF31; }
p { color: rgb(202,207,49); }
H1.HeaderClassName
{
color: #CACF31;
}
.AnyTagClassName
{
color: #CACF31;
}
</style>
background-color css
<style>
a { background-color: #CACF31; }
a { background-color: rgb(202,207,49); }
div.DivClassName
{
background-color: #CACF31;
}
.BgClassName
{
background-color: #CACF31;
}
</style>
border-color css
<style>
span { border-color: #CACF31; }
span { border-color: rgb(202,207,49); }
td.TdClassName
{
border-color: #CACF31;
}
.TagClassName
{
border-color: #CACF31;
}
</style>