Shades of Fuego #CAD919
Tints of Fuego #CAD919
RGB
CMYK
RGB Variations
Color information
#CAD919 (or 0xCAD919) is known color: Fuego. HEX triplet: CA, D9 and 19. RGB value is (202,217,25). Sum of RGB (Red+Green+Blue) = 202+217+25=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD919 is #3526E6. Grayscale: #BFBFBF. Windows color (decimal): -3483367 or 1694154. OLE color: 1694154.
HSL color Cylindrical-coordinate representation of color #CAD919: hue angle of 64.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAD919 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 25 | - |
CMYK | 0.07 | 0 | 0.88 | 0.15 |
HSL | 64.69º | 0.79% | 0.47% | - |
HSV(B) | 64.69º | 0.88% | 0.85% | - |
XYZ | 49.35 | 62.25 | 10.33 | - |
YUV | 190.63 | 34.53 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 25 | 0.07 | 0 | 0.88 | 0.15 | 64.69 | 0.79 | 0.47 |
Hex | CA | D9 | 19 | 7 | 0 | 58 | F | 41 | 4F | 2F |
Octal | 312 | 331 | 31 | 7 | 0 | 130 | 17 | 101 | 117 | 57 |
Binary | 11001010 | 11011001 | 11001 | 111 | 0 | 1011000 | 1111 | 1000001 | 1001111 | 101111 |
Color Harmonies of #CAD919
Complementary color
Monochromatic Colors of #CAD919
Black with #CAD919
Text Example
Text Example
White with #CAD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD919; }
p { color: rgb(202,217,25); }
H1.HeaderClassName
{
color: #CAD919;
}
.AnyTagClassName
{
color: #CAD919;
}
</style>
background-color css
<style>
a { background-color: #CAD919; }
a { background-color: rgb(202,217,25); }
div.DivClassName
{
background-color: #CAD919;
}
.BgClassName
{
background-color: #CAD919;
}
</style>
border-color css
<style>
span { border-color: #CAD919; }
span { border-color: rgb(202,217,25); }
td.TdClassName
{
border-color: #CAD919;
}
.TagClassName
{
border-color: #CAD919;
}
</style>