Shades of Caramel #FED28D
Tints of Caramel #FED28D
RGB
CMYK
RGB Variations
Color information
#FED28D (or 0xFED28D) is known color: Caramel. HEX triplet: FE, D2 and 8D. RGB value is (254,210,141). Sum of RGB (Red+Green+Blue) = 254+210+141=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED28D is #012D72. Grayscale: #D7D7D7. Windows color (decimal): -77171 or 9294590. OLE color: 9294590.
HSL color Cylindrical-coordinate representation of color #FED28D: hue angle of 36.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FED28D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 141 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.00 |
| HSL | 36.64º | 0.98% | 0.77% | - |
| HSV(B) | 36.64º | 0.44% | 1% | - |
| XYZ | 68.73 | 69.09 | 34.91 | - |
| YUV | 215.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 141 | 0 | 0.17 | 0.44 | 0.00 | 36.64 | 0.98 | 0.77 |
| Hex | FE | D2 | 8D | 0 | 11 | 2C | 0 | 25 | 62 | 4D |
| Octal | 376 | 322 | 215 | 0 | 21 | 54 | 0 | 45 | 142 | 115 |
| Binary | 11111110 | 11010010 | 10001101 | 0 | 10001 | 101100 | 0 | 100101 | 1100010 | 1001101 |
Color Harmonies of #FED28D
Complementary color
Monochromatic Colors of #FED28D
Black with #FED28D
Text Example
Text Example
White with #FED28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED28D; }
p { color: rgb(254,210,141); }
H1.HeaderClassName
{
color: #FED28D;
}
.AnyTagClassName
{
color: #FED28D;
}
</style>
background-color css
<style>
a { background-color: #FED28D; }
a { background-color: rgb(254,210,141); }
div.DivClassName
{
background-color: #FED28D;
}
.BgClassName
{
background-color: #FED28D;
}
</style>
border-color css
<style>
span { border-color: #FED28D; }
span { border-color: rgb(254,210,141); }
td.TdClassName
{
border-color: #FED28D;
}
.TagClassName
{
border-color: #FED28D;
}
</style>