Shades of Fuego #CADC17
Tints of Fuego #CADC17
RGB
CMYK
RGB Variations
Color information
#CADC17 (or 0xCADC17) is known color: Fuego. HEX triplet: CA, DC and 17. RGB value is (202,220,23). Sum of RGB (Red+Green+Blue) = 202+220+23=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADC17 is #3523E8. Grayscale: #C0C0C0. Windows color (decimal): -3482601 or 1563850. OLE color: 1563850.
HSL color Cylindrical-coordinate representation of color #CADC17: hue angle of 65.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CADC17 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.14 |
| HSL | 65.48º | 0.81% | 0.48% | - |
| HSV(B) | 65.48º | 0.9% | 0.86% | - |
| XYZ | 50.1 | 63.8 | 10.49 | - |
| YUV | 192.16 | 32.54 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 23 | 0.08 | 0 | 0.90 | 0.14 | 65.48 | 0.81 | 0.48 |
| Hex | CA | DC | 17 | 8 | 0 | 5A | E | 41 | 51 | 30 |
| Octal | 312 | 334 | 27 | 10 | 0 | 132 | 16 | 101 | 121 | 60 |
| Binary | 11001010 | 11011100 | 10111 | 1000 | 0 | 1011010 | 1110 | 1000001 | 1010001 | 110000 |
Color Harmonies of #CADC17
Complementary color
Monochromatic Colors of #CADC17
Black with #CADC17
Text Example
Text Example
White with #CADC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC17; }
p { color: rgb(202,220,23); }
H1.HeaderClassName
{
color: #CADC17;
}
.AnyTagClassName
{
color: #CADC17;
}
</style>
background-color css
<style>
a { background-color: #CADC17; }
a { background-color: rgb(202,220,23); }
div.DivClassName
{
background-color: #CADC17;
}
.BgClassName
{
background-color: #CADC17;
}
</style>
border-color css
<style>
span { border-color: #CADC17; }
span { border-color: rgb(202,220,23); }
td.TdClassName
{
border-color: #CADC17;
}
.TagClassName
{
border-color: #CADC17;
}
</style>