Shades of Fuego #CADA20
Tints of Fuego #CADA20
RGB
CMYK
RGB Variations
Color information
#CADA20 (or 0xCADA20) is known color: Fuego. HEX triplet: CA, DA and 20. RGB value is (202,218,32). Sum of RGB (Red+Green+Blue) = 202+218+32=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA20 is #3525DF. Grayscale: #C0C0C0. Windows color (decimal): -3483104 or 2153162. OLE color: 2153162.
HSL color Cylindrical-coordinate representation of color #CADA20: hue angle of 65.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CADA20 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 32 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.15 |
| HSL | 65.16º | 0.74% | 0.49% | - |
| HSV(B) | 65.16º | 0.85% | 0.85% | - |
| XYZ | 49.69 | 62.8 | 10.87 | - |
| YUV | 192.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 32 | 0.07 | 0 | 0.85 | 0.15 | 65.16 | 0.74 | 0.49 |
| Hex | CA | DA | 20 | 7 | 0 | 55 | F | 41 | 4A | 31 |
| Octal | 312 | 332 | 40 | 7 | 0 | 125 | 17 | 101 | 112 | 61 |
| Binary | 11001010 | 11011010 | 100000 | 111 | 0 | 1010101 | 1111 | 1000001 | 1001010 | 110001 |
Color Harmonies of #CADA20
Complementary color
Monochromatic Colors of #CADA20
Black with #CADA20
Text Example
Text Example
White with #CADA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA20; }
p { color: rgb(202,218,32); }
H1.HeaderClassName
{
color: #CADA20;
}
.AnyTagClassName
{
color: #CADA20;
}
</style>
background-color css
<style>
a { background-color: #CADA20; }
a { background-color: rgb(202,218,32); }
div.DivClassName
{
background-color: #CADA20;
}
.BgClassName
{
background-color: #CADA20;
}
</style>
border-color css
<style>
span { border-color: #CADA20; }
span { border-color: rgb(202,218,32); }
td.TdClassName
{
border-color: #CADA20;
}
.TagClassName
{
border-color: #CADA20;
}
</style>