Shades of Caramel #FED69A
Tints of Caramel #FED69A
RGB
CMYK
RGB Variations
Color information
#FED69A (or 0xFED69A) is known color: Caramel. HEX triplet: FE, D6 and 9A. RGB value is (254,214,154). Sum of RGB (Red+Green+Blue) = 254+214+154=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED69A is #012965. Grayscale: #DBDBDB. Windows color (decimal): -76134 or 10147582. OLE color: 10147582.
HSL color Cylindrical-coordinate representation of color #FED69A: hue angle of 36º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FED69A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 154 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.00 |
| HSL | 36º | 0.98% | 0.8% | - |
| HSV(B) | 36º | 0.39% | 1% | - |
| XYZ | 70.75 | 71.5 | 40.64 | - |
| YUV | 219.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 154 | 0 | 0.16 | 0.39 | 0.00 | 36 | 0.98 | 0.8 |
| Hex | FE | D6 | 9A | 0 | 10 | 27 | 0 | 24 | 62 | 50 |
| Octal | 376 | 326 | 232 | 0 | 20 | 47 | 0 | 44 | 142 | 120 |
| Binary | 11111110 | 11010110 | 10011010 | 0 | 10000 | 100111 | 0 | 100100 | 1100010 | 1010000 |
Color Harmonies of #FED69A
Complementary color
Monochromatic Colors of #FED69A
Black with #FED69A
Text Example
Text Example
White with #FED69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED69A; }
p { color: rgb(254,214,154); }
H1.HeaderClassName
{
color: #FED69A;
}
.AnyTagClassName
{
color: #FED69A;
}
</style>
background-color css
<style>
a { background-color: #FED69A; }
a { background-color: rgb(254,214,154); }
div.DivClassName
{
background-color: #FED69A;
}
.BgClassName
{
background-color: #FED69A;
}
</style>
border-color css
<style>
span { border-color: #FED69A; }
span { border-color: rgb(254,214,154); }
td.TdClassName
{
border-color: #FED69A;
}
.TagClassName
{
border-color: #FED69A;
}
</style>