Shades of Caramel #FED497
Tints of Caramel #FED497
RGB
CMYK
RGB Variations
Color information
#FED497 (or 0xFED497) is known color: Caramel. HEX triplet: FE, D4 and 97. RGB value is (254,212,151). Sum of RGB (Red+Green+Blue) = 254+212+151=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED497 is #012B68. Grayscale: #D9D9D9. Windows color (decimal): -76649 or 9950462. OLE color: 9950462.
HSL color Cylindrical-coordinate representation of color #FED497: hue angle of 35.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED497 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 151 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.00 |
| HSL | 35.53º | 0.98% | 0.79% | - |
| HSV(B) | 35.53º | 0.41% | 1% | - |
| XYZ | 70 | 70.39 | 39.18 | - |
| YUV | 217.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 151 | 0 | 0.17 | 0.41 | 0.00 | 35.53 | 0.98 | 0.79 |
| Hex | FE | D4 | 97 | 0 | 11 | 29 | 0 | 24 | 62 | 4F |
| Octal | 376 | 324 | 227 | 0 | 21 | 51 | 0 | 44 | 142 | 117 |
| Binary | 11111110 | 11010100 | 10010111 | 0 | 10001 | 101001 | 0 | 100100 | 1100010 | 1001111 |
Color Harmonies of #FED497
Complementary color
Monochromatic Colors of #FED497
Black with #FED497
Text Example
Text Example
White with #FED497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED497; }
p { color: rgb(254,212,151); }
H1.HeaderClassName
{
color: #FED497;
}
.AnyTagClassName
{
color: #FED497;
}
</style>
background-color css
<style>
a { background-color: #FED497; }
a { background-color: rgb(254,212,151); }
div.DivClassName
{
background-color: #FED497;
}
.BgClassName
{
background-color: #FED497;
}
</style>
border-color css
<style>
span { border-color: #FED497; }
span { border-color: rgb(254,212,151); }
td.TdClassName
{
border-color: #FED497;
}
.TagClassName
{
border-color: #FED497;
}
</style>