Shades of Fuego #CADF17
Tints of Fuego #CADF17
RGB
CMYK
RGB Variations
Color information
#CADF17 (or 0xCADF17) is known color: Fuego. HEX triplet: CA, DF and 17. RGB value is (202,223,23). Sum of RGB (Red+Green+Blue) = 202+223+23=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADF17 is #3520E8. Grayscale: #C2C2C2. Windows color (decimal): -3481833 or 1564618. OLE color: 1564618.
HSL color Cylindrical-coordinate representation of color #CADF17: hue angle of 66.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CADF17 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 23 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.13 |
| HSL | 66.3º | 0.81% | 0.48% | - |
| HSV(B) | 66.3º | 0.9% | 0.87% | - |
| XYZ | 50.9 | 65.39 | 10.75 | - |
| YUV | 193.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 23 | 0.09 | 0 | 0.90 | 0.13 | 66.3 | 0.81 | 0.48 |
| Hex | CA | DF | 17 | 9 | 0 | 5A | D | 42 | 51 | 30 |
| Octal | 312 | 337 | 27 | 11 | 0 | 132 | 15 | 102 | 121 | 60 |
| Binary | 11001010 | 11011111 | 10111 | 1001 | 0 | 1011010 | 1101 | 1000010 | 1010001 | 110000 |
Color Harmonies of #CADF17
Complementary color
Monochromatic Colors of #CADF17
Black with #CADF17
Text Example
Text Example
White with #CADF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF17; }
p { color: rgb(202,223,23); }
H1.HeaderClassName
{
color: #CADF17;
}
.AnyTagClassName
{
color: #CADF17;
}
</style>
background-color css
<style>
a { background-color: #CADF17; }
a { background-color: rgb(202,223,23); }
div.DivClassName
{
background-color: #CADF17;
}
.BgClassName
{
background-color: #CADF17;
}
</style>
border-color css
<style>
span { border-color: #CADF17; }
span { border-color: rgb(202,223,23); }
td.TdClassName
{
border-color: #CADF17;
}
.TagClassName
{
border-color: #CADF17;
}
</style>