Shades of Caramel #FED99B
Tints of Caramel #FED99B
RGB
CMYK
RGB Variations
Color information
#FED99B (or 0xFED99B) is known color: Caramel. HEX triplet: FE, D9 and 9B. RGB value is (254,217,155). Sum of RGB (Red+Green+Blue) = 254+217+155=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99B is #012664. Grayscale: #DDDDDD. Windows color (decimal): -75365 or 10213886. OLE color: 10213886.
HSL color Cylindrical-coordinate representation of color #FED99B: hue angle of 37.58º 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 #FED99B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 155 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.00 |
| HSL | 37.58º | 0.98% | 0.8% | - |
| HSV(B) | 37.58º | 0.39% | 1% | - |
| XYZ | 71.6 | 73.06 | 41.34 | - |
| YUV | 221 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 155 | 0 | 0.15 | 0.39 | 0.00 | 37.58 | 0.98 | 0.8 |
| Hex | FE | D9 | 9B | 0 | F | 27 | 0 | 26 | 62 | 50 |
| Octal | 376 | 331 | 233 | 0 | 17 | 47 | 0 | 46 | 142 | 120 |
| Binary | 11111110 | 11011001 | 10011011 | 0 | 1111 | 100111 | 0 | 100110 | 1100010 | 1010000 |
Color Harmonies of #FED99B
Complementary color
Monochromatic Colors of #FED99B
Black with #FED99B
Text Example
Text Example
White with #FED99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99B; }
p { color: rgb(254,217,155); }
H1.HeaderClassName
{
color: #FED99B;
}
.AnyTagClassName
{
color: #FED99B;
}
</style>
background-color css
<style>
a { background-color: #FED99B; }
a { background-color: rgb(254,217,155); }
div.DivClassName
{
background-color: #FED99B;
}
.BgClassName
{
background-color: #FED99B;
}
</style>
border-color css
<style>
span { border-color: #FED99B; }
span { border-color: rgb(254,217,155); }
td.TdClassName
{
border-color: #FED99B;
}
.TagClassName
{
border-color: #FED99B;
}
</style>