Shades of Caramel #FDD892
Tints of Caramel #FDD892
RGB
CMYK
RGB Variations
Color information
#FDD892 (or 0xFDD892) is known color: Caramel. HEX triplet: FD, D8 and 92. RGB value is (253,216,146). Sum of RGB (Red+Green+Blue) = 253+216+146=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD892 is #02276D. Grayscale: #DBDBDB. Windows color (decimal): -141166 or 9623805. OLE color: 9623805.
HSL color Cylindrical-coordinate representation of color #FDD892: hue angle of 39.25º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD892 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 146 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.01 |
| HSL | 39.25º | 0.96% | 0.78% | - |
| HSV(B) | 39.25º | 0.42% | 0.99% | - |
| XYZ | 70.25 | 72.07 | 37.4 | - |
| YUV | 219.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 146 | 0 | 0.15 | 0.42 | 0.01 | 39.25 | 0.96 | 0.78 |
| Hex | FD | D8 | 92 | 0 | F | 2A | 1 | 27 | 60 | 4E |
| Octal | 375 | 330 | 222 | 0 | 17 | 52 | 1 | 47 | 140 | 116 |
| Binary | 11111101 | 11011000 | 10010010 | 0 | 1111 | 101010 | 1 | 100111 | 1100000 | 1001110 |
Color Harmonies of #FDD892
Complementary color
Monochromatic Colors of #FDD892
Black with #FDD892
Text Example
Text Example
White with #FDD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD892; }
p { color: rgb(253,216,146); }
H1.HeaderClassName
{
color: #FDD892;
}
.AnyTagClassName
{
color: #FDD892;
}
</style>
background-color css
<style>
a { background-color: #FDD892; }
a { background-color: rgb(253,216,146); }
div.DivClassName
{
background-color: #FDD892;
}
.BgClassName
{
background-color: #FDD892;
}
</style>
border-color css
<style>
span { border-color: #FDD892; }
span { border-color: rgb(253,216,146); }
td.TdClassName
{
border-color: #FDD892;
}
.TagClassName
{
border-color: #FDD892;
}
</style>