Shades of Caramel #FDD290
Tints of Caramel #FDD290
RGB
CMYK
RGB Variations
Color information
#FDD290 (or 0xFDD290) is known color: Caramel. HEX triplet: FD, D2 and 90. RGB value is (253,210,144). Sum of RGB (Red+Green+Blue) = 253+210+144=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD290 is #022D6F. Grayscale: #D7D7D7. Windows color (decimal): -142704 or 9491197. OLE color: 9491197.
HSL color Cylindrical-coordinate representation of color #FDD290: hue angle of 36.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD290 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 144 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.01 |
| HSL | 36.33º | 0.96% | 0.78% | - |
| HSV(B) | 36.33º | 0.43% | 0.99% | - |
| XYZ | 68.59 | 68.99 | 36.09 | - |
| YUV | 215.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 144 | 0 | 0.17 | 0.43 | 0.01 | 36.33 | 0.96 | 0.78 |
| Hex | FD | D2 | 90 | 0 | 11 | 2B | 1 | 24 | 60 | 4E |
| Octal | 375 | 322 | 220 | 0 | 21 | 53 | 1 | 44 | 140 | 116 |
| Binary | 11111101 | 11010010 | 10010000 | 0 | 10001 | 101011 | 1 | 100100 | 1100000 | 1001110 |
Color Harmonies of #FDD290
Complementary color
Monochromatic Colors of #FDD290
Black with #FDD290
Text Example
Text Example
White with #FDD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD290; }
p { color: rgb(253,210,144); }
H1.HeaderClassName
{
color: #FDD290;
}
.AnyTagClassName
{
color: #FDD290;
}
</style>
background-color css
<style>
a { background-color: #FDD290; }
a { background-color: rgb(253,210,144); }
div.DivClassName
{
background-color: #FDD290;
}
.BgClassName
{
background-color: #FDD290;
}
</style>
border-color css
<style>
span { border-color: #FDD290; }
span { border-color: rgb(253,210,144); }
td.TdClassName
{
border-color: #FDD290;
}
.TagClassName
{
border-color: #FDD290;
}
</style>