Shades of Fuego #CADC15
Tints of Fuego #CADC15
RGB
CMYK
RGB Variations
Color information
#CADC15 (or 0xCADC15) is known color: Fuego. HEX triplet: CA, DC and 15. RGB value is (202,220,21). Sum of RGB (Red+Green+Blue) = 202+220+21=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADC15 is #3523EA. Grayscale: #C0C0C0. Windows color (decimal): -3482603 or 1432778. OLE color: 1432778.
HSL color Cylindrical-coordinate representation of color #CADC15: hue angle of 65.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CADC15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.14 |
| HSL | 65.43º | 0.83% | 0.47% | - |
| HSV(B) | 65.43º | 0.9% | 0.86% | - |
| XYZ | 50.09 | 63.8 | 10.38 | - |
| YUV | 191.93 | 31.54 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 21 | 0.08 | 0 | 0.90 | 0.14 | 65.43 | 0.83 | 0.47 |
| Hex | CA | DC | 15 | 8 | 0 | 5A | E | 41 | 53 | 2F |
| Octal | 312 | 334 | 25 | 10 | 0 | 132 | 16 | 101 | 123 | 57 |
| Binary | 11001010 | 11011100 | 10101 | 1000 | 0 | 1011010 | 1110 | 1000001 | 1010011 | 101111 |
Color Harmonies of #CADC15
Complementary color
Monochromatic Colors of #CADC15
Black with #CADC15
Text Example
Text Example
White with #CADC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC15; }
p { color: rgb(202,220,21); }
H1.HeaderClassName
{
color: #CADC15;
}
.AnyTagClassName
{
color: #CADC15;
}
</style>
background-color css
<style>
a { background-color: #CADC15; }
a { background-color: rgb(202,220,21); }
div.DivClassName
{
background-color: #CADC15;
}
.BgClassName
{
background-color: #CADC15;
}
</style>
border-color css
<style>
span { border-color: #CADC15; }
span { border-color: rgb(202,220,21); }
td.TdClassName
{
border-color: #CADC15;
}
.TagClassName
{
border-color: #CADC15;
}
</style>