Shades of Fuego #CAE117
Tints of Fuego #CAE117
RGB
CMYK
RGB Variations
Color information
#CAE117 (or 0xCAE117) is known color: Fuego. HEX triplet: CA, E1 and 17. RGB value is (202,225,23). Sum of RGB (Red+Green+Blue) = 202+225+23=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE117 is #351EE8. Grayscale: #C3C3C3. Windows color (decimal): -3481321 or 1565130. OLE color: 1565130.
HSL color Cylindrical-coordinate representation of color #CAE117: hue angle of 66.83º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE117 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 23 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.12 |
| HSL | 66.83º | 0.81% | 0.49% | - |
| HSV(B) | 66.83º | 0.9% | 0.88% | - |
| XYZ | 51.44 | 66.47 | 10.93 | - |
| YUV | 195.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 23 | 0.10 | 0 | 0.90 | 0.12 | 66.83 | 0.81 | 0.49 |
| Hex | CA | E1 | 17 | A | 0 | 5A | C | 43 | 51 | 31 |
| Octal | 312 | 341 | 27 | 12 | 0 | 132 | 14 | 103 | 121 | 61 |
| Binary | 11001010 | 11100001 | 10111 | 1010 | 0 | 1011010 | 1100 | 1000011 | 1010001 | 110001 |
Color Harmonies of #CAE117
Complementary color
Monochromatic Colors of #CAE117
Black with #CAE117
Text Example
Text Example
White with #CAE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE117; }
p { color: rgb(202,225,23); }
H1.HeaderClassName
{
color: #CAE117;
}
.AnyTagClassName
{
color: #CAE117;
}
</style>
background-color css
<style>
a { background-color: #CAE117; }
a { background-color: rgb(202,225,23); }
div.DivClassName
{
background-color: #CAE117;
}
.BgClassName
{
background-color: #CAE117;
}
</style>
border-color css
<style>
span { border-color: #CAE117; }
span { border-color: rgb(202,225,23); }
td.TdClassName
{
border-color: #CAE117;
}
.TagClassName
{
border-color: #CAE117;
}
</style>