Shades of Caramel #FED29A
Tints of Caramel #FED29A
RGB
CMYK
RGB Variations
Color information
#FED29A (or 0xFED29A) is known color: Caramel. HEX triplet: FE, D2 and 9A. RGB value is (254,210,154). Sum of RGB (Red+Green+Blue) = 254+210+154=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED29A is #012D65. Grayscale: #D9D9D9. Windows color (decimal): -77158 or 10146558. OLE color: 10146558.
HSL color Cylindrical-coordinate representation of color #FED29A: hue angle of 33.6º 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 #FED29A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 154 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.00 |
| HSL | 33.6º | 0.98% | 0.8% | - |
| HSV(B) | 33.6º | 0.39% | 1% | - |
| XYZ | 69.75 | 69.5 | 40.31 | - |
| YUV | 216.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 154 | 0 | 0.17 | 0.39 | 0.00 | 33.6 | 0.98 | 0.8 |
| Hex | FE | D2 | 9A | 0 | 11 | 27 | 0 | 22 | 62 | 50 |
| Octal | 376 | 322 | 232 | 0 | 21 | 47 | 0 | 42 | 142 | 120 |
| Binary | 11111110 | 11010010 | 10011010 | 0 | 10001 | 100111 | 0 | 100010 | 1100010 | 1010000 |
Color Harmonies of #FED29A
Complementary color
Monochromatic Colors of #FED29A
Black with #FED29A
Text Example
Text Example
White with #FED29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED29A; }
p { color: rgb(254,210,154); }
H1.HeaderClassName
{
color: #FED29A;
}
.AnyTagClassName
{
color: #FED29A;
}
</style>
background-color css
<style>
a { background-color: #FED29A; }
a { background-color: rgb(254,210,154); }
div.DivClassName
{
background-color: #FED29A;
}
.BgClassName
{
background-color: #FED29A;
}
</style>
border-color css
<style>
span { border-color: #FED29A; }
span { border-color: rgb(254,210,154); }
td.TdClassName
{
border-color: #FED29A;
}
.TagClassName
{
border-color: #FED29A;
}
</style>