Shades of Caramel #FED297
Tints of Caramel #FED297
RGB
CMYK
RGB Variations
Color information
#FED297 (or 0xFED297) is known color: Caramel. HEX triplet: FE, D2 and 97. RGB value is (254,210,151). Sum of RGB (Red+Green+Blue) = 254+210+151=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED297 is #012D68. Grayscale: #D8D8D8. Windows color (decimal): -77161 or 9949950. OLE color: 9949950.
HSL color Cylindrical-coordinate representation of color #FED297: hue angle of 34.37º 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 #FED297 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 151 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.00 |
| HSL | 34.37º | 0.98% | 0.79% | - |
| HSV(B) | 34.37º | 0.41% | 1% | - |
| XYZ | 69.51 | 69.4 | 39.01 | - |
| YUV | 216.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 151 | 0 | 0.17 | 0.41 | 0.00 | 34.37 | 0.98 | 0.79 |
| Hex | FE | D2 | 97 | 0 | 11 | 29 | 0 | 22 | 62 | 4F |
| Octal | 376 | 322 | 227 | 0 | 21 | 51 | 0 | 42 | 142 | 117 |
| Binary | 11111110 | 11010010 | 10010111 | 0 | 10001 | 101001 | 0 | 100010 | 1100010 | 1001111 |
Color Harmonies of #FED297
Complementary color
Monochromatic Colors of #FED297
Black with #FED297
Text Example
Text Example
White with #FED297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED297; }
p { color: rgb(254,210,151); }
H1.HeaderClassName
{
color: #FED297;
}
.AnyTagClassName
{
color: #FED297;
}
</style>
background-color css
<style>
a { background-color: #FED297; }
a { background-color: rgb(254,210,151); }
div.DivClassName
{
background-color: #FED297;
}
.BgClassName
{
background-color: #FED297;
}
</style>
border-color css
<style>
span { border-color: #FED297; }
span { border-color: rgb(254,210,151); }
td.TdClassName
{
border-color: #FED297;
}
.TagClassName
{
border-color: #FED297;
}
</style>