Shades of Fuego #CADB28
Tints of Fuego #CADB28
RGB
CMYK
RGB Variations
Color information
#CADB28 (or 0xCADB28) is known color: Fuego. HEX triplet: CA, DB and 28. RGB value is (202,219,40). Sum of RGB (Red+Green+Blue) = 202+219+40=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB28 is #3524D7. Grayscale: #C2C2C2. Windows color (decimal): -3482840 or 2677706. OLE color: 2677706.
HSL color Cylindrical-coordinate representation of color #CADB28: hue angle of 65.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CADB28 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 40 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.14 |
| HSL | 65.7º | 0.71% | 0.51% | - |
| HSV(B) | 65.7º | 0.82% | 0.86% | - |
| XYZ | 50.07 | 63.37 | 11.6 | - |
| YUV | 193.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 40 | 0.08 | 0 | 0.82 | 0.14 | 65.7 | 0.71 | 0.51 |
| Hex | CA | DB | 28 | 8 | 0 | 52 | E | 42 | 47 | 33 |
| Octal | 312 | 333 | 50 | 10 | 0 | 122 | 16 | 102 | 107 | 63 |
| Binary | 11001010 | 11011011 | 101000 | 1000 | 0 | 1010010 | 1110 | 1000010 | 1000111 | 110011 |
Color Harmonies of #CADB28
Complementary color
Monochromatic Colors of #CADB28
Black with #CADB28
Text Example
Text Example
White with #CADB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB28; }
p { color: rgb(202,219,40); }
H1.HeaderClassName
{
color: #CADB28;
}
.AnyTagClassName
{
color: #CADB28;
}
</style>
background-color css
<style>
a { background-color: #CADB28; }
a { background-color: rgb(202,219,40); }
div.DivClassName
{
background-color: #CADB28;
}
.BgClassName
{
background-color: #CADB28;
}
</style>
border-color css
<style>
span { border-color: #CADB28; }
span { border-color: rgb(202,219,40); }
td.TdClassName
{
border-color: #CADB28;
}
.TagClassName
{
border-color: #CADB28;
}
</style>