Shades of Fuego #CAD323
Tints of Fuego #CAD323
RGB
CMYK
RGB Variations
Color information
#CAD323 (or 0xCAD323) is known color: Fuego. HEX triplet: CA, D3 and 23. RGB value is (202,211,35). Sum of RGB (Red+Green+Blue) = 202+211+35=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD323 is #352CDC. Grayscale: #BCBCBC. Windows color (decimal): -3484893 or 2347978. OLE color: 2347978.
HSL color Cylindrical-coordinate representation of color #CAD323: hue angle of 63.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAD323 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 35 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.17 |
| HSL | 63.07º | 0.72% | 0.48% | - |
| HSV(B) | 63.07º | 0.83% | 0.83% | - |
| XYZ | 47.95 | 59.27 | 10.5 | - |
| YUV | 188.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 35 | 0.04 | 0 | 0.83 | 0.17 | 63.07 | 0.72 | 0.48 |
| Hex | CA | D3 | 23 | 4 | 0 | 53 | 11 | 3F | 48 | 30 |
| Octal | 312 | 323 | 43 | 4 | 0 | 123 | 21 | 77 | 110 | 60 |
| Binary | 11001010 | 11010011 | 100011 | 100 | 0 | 1010011 | 10001 | 111111 | 1001000 | 110000 |
Color Harmonies of #CAD323
Complementary color
Monochromatic Colors of #CAD323
Black with #CAD323
Text Example
Text Example
White with #CAD323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD323; }
p { color: rgb(202,211,35); }
H1.HeaderClassName
{
color: #CAD323;
}
.AnyTagClassName
{
color: #CAD323;
}
</style>
background-color css
<style>
a { background-color: #CAD323; }
a { background-color: rgb(202,211,35); }
div.DivClassName
{
background-color: #CAD323;
}
.BgClassName
{
background-color: #CAD323;
}
</style>
border-color css
<style>
span { border-color: #CAD323; }
span { border-color: rgb(202,211,35); }
td.TdClassName
{
border-color: #CAD323;
}
.TagClassName
{
border-color: #CAD323;
}
</style>