Shades of Caramel #FED99C
Tints of Caramel #FED99C
RGB
CMYK
RGB Variations
Color information
#FED99C (or 0xFED99C) is known color: Caramel. HEX triplet: FE, D9 and 9C. RGB value is (254,217,156). Sum of RGB (Red+Green+Blue) = 254+217+156=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99C is #012663. Grayscale: #DDDDDD. Windows color (decimal): -75364 or 10279422. OLE color: 10279422.
HSL color Cylindrical-coordinate representation of color #FED99C: hue angle of 37.35º 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 #FED99C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 156 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.00 |
| HSL | 37.35º | 0.98% | 0.8% | - |
| HSV(B) | 37.35º | 0.39% | 1% | - |
| XYZ | 71.69 | 73.1 | 41.78 | - |
| YUV | 221.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 156 | 0 | 0.15 | 0.39 | 0.00 | 37.35 | 0.98 | 0.8 |
| Hex | FE | D9 | 9C | 0 | F | 27 | 0 | 25 | 62 | 50 |
| Octal | 376 | 331 | 234 | 0 | 17 | 47 | 0 | 45 | 142 | 120 |
| Binary | 11111110 | 11011001 | 10011100 | 0 | 1111 | 100111 | 0 | 100101 | 1100010 | 1010000 |
Color Harmonies of #FED99C
Complementary color
Monochromatic Colors of #FED99C
Black with #FED99C
Text Example
Text Example
White with #FED99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99C; }
p { color: rgb(254,217,156); }
H1.HeaderClassName
{
color: #FED99C;
}
.AnyTagClassName
{
color: #FED99C;
}
</style>
background-color css
<style>
a { background-color: #FED99C; }
a { background-color: rgb(254,217,156); }
div.DivClassName
{
background-color: #FED99C;
}
.BgClassName
{
background-color: #FED99C;
}
</style>
border-color css
<style>
span { border-color: #FED99C; }
span { border-color: rgb(254,217,156); }
td.TdClassName
{
border-color: #FED99C;
}
.TagClassName
{
border-color: #FED99C;
}
</style>