Shades of Fuego #CACF33
Tints of Fuego #CACF33
RGB
CMYK
RGB Variations
Color information
#CACF33 (or 0xCACF33) is known color: Fuego. HEX triplet: CA, CF and 33. RGB value is (202,207,51). Sum of RGB (Red+Green+Blue) = 202+207+51=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF33 is #3530CC. Grayscale: #BCBCBC. Windows color (decimal): -3485901 or 3395530. OLE color: 3395530.
HSL color Cylindrical-coordinate representation of color #CACF33: hue angle of 61.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CACF33 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 51 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.19 |
| HSL | 61.92º | 0.62% | 0.51% | - |
| HSV(B) | 61.92º | 0.75% | 0.81% | - |
| XYZ | 47.27 | 57.42 | 11.72 | - |
| YUV | 187.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 51 | 0.02 | 0 | 0.75 | 0.19 | 61.92 | 0.62 | 0.51 |
| Hex | CA | CF | 33 | 2 | 0 | 4B | 13 | 3E | 3E | 33 |
| Octal | 312 | 317 | 63 | 2 | 0 | 113 | 23 | 76 | 76 | 63 |
| Binary | 11001010 | 11001111 | 110011 | 10 | 0 | 1001011 | 10011 | 111110 | 111110 | 110011 |
Color Harmonies of #CACF33
Complementary color
Monochromatic Colors of #CACF33
Black with #CACF33
Text Example
Text Example
White with #CACF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF33; }
p { color: rgb(202,207,51); }
H1.HeaderClassName
{
color: #CACF33;
}
.AnyTagClassName
{
color: #CACF33;
}
</style>
background-color css
<style>
a { background-color: #CACF33; }
a { background-color: rgb(202,207,51); }
div.DivClassName
{
background-color: #CACF33;
}
.BgClassName
{
background-color: #CACF33;
}
</style>
border-color css
<style>
span { border-color: #CACF33; }
span { border-color: rgb(202,207,51); }
td.TdClassName
{
border-color: #CACF33;
}
.TagClassName
{
border-color: #CACF33;
}
</style>