Shades of Caramel #FED39B
Tints of Caramel #FED39B
RGB
CMYK
RGB Variations
Color information
#FED39B (or 0xFED39B) is known color: Caramel. HEX triplet: FE, D3 and 9B. RGB value is (254,211,155). Sum of RGB (Red+Green+Blue) = 254+211+155=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED39B is #012C64. Grayscale: #D9D9D9. Windows color (decimal): -76901 or 10212350. OLE color: 10212350.
HSL color Cylindrical-coordinate representation of color #FED39B: hue angle of 33.94º 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 #FED39B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 155 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.00 |
| HSL | 33.94º | 0.98% | 0.8% | - |
| HSV(B) | 33.94º | 0.39% | 1% | - |
| XYZ | 70.08 | 70.03 | 40.83 | - |
| YUV | 217.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 155 | 0 | 0.17 | 0.39 | 0.00 | 33.94 | 0.98 | 0.8 |
| Hex | FE | D3 | 9B | 0 | 11 | 27 | 0 | 22 | 62 | 50 |
| Octal | 376 | 323 | 233 | 0 | 21 | 47 | 0 | 42 | 142 | 120 |
| Binary | 11111110 | 11010011 | 10011011 | 0 | 10001 | 100111 | 0 | 100010 | 1100010 | 1010000 |
Color Harmonies of #FED39B
Complementary color
Monochromatic Colors of #FED39B
Black with #FED39B
Text Example
Text Example
White with #FED39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED39B; }
p { color: rgb(254,211,155); }
H1.HeaderClassName
{
color: #FED39B;
}
.AnyTagClassName
{
color: #FED39B;
}
</style>
background-color css
<style>
a { background-color: #FED39B; }
a { background-color: rgb(254,211,155); }
div.DivClassName
{
background-color: #FED39B;
}
.BgClassName
{
background-color: #FED39B;
}
</style>
border-color css
<style>
span { border-color: #FED39B; }
span { border-color: rgb(254,211,155); }
td.TdClassName
{
border-color: #FED39B;
}
.TagClassName
{
border-color: #FED39B;
}
</style>