Shades of Caramel #FBD99A
Tints of Caramel #FBD99A
RGB
CMYK
RGB Variations
Color information
#FBD99A (or 0xFBD99A) is known color: Caramel. HEX triplet: FB, D9 and 9A. RGB value is (251,217,154). Sum of RGB (Red+Green+Blue) = 251+217+154=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD99A is #042665. Grayscale: #DCDCDC. Windows color (decimal): -271974 or 10148347. OLE color: 10148347.
HSL color Cylindrical-coordinate representation of color #FBD99A: hue angle of 38.97º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBD99A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 217 | 154 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.02 |
| HSL | 38.97º | 0.92% | 0.79% | - |
| HSV(B) | 38.97º | 0.39% | 0.98% | - |
| XYZ | 70.43 | 72.47 | 40.85 | - |
| YUV | 219.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 217 | 154 | 0 | 0.14 | 0.39 | 0.02 | 38.97 | 0.92 | 0.79 |
| Hex | FB | D9 | 9A | 0 | E | 27 | 2 | 27 | 5C | 4F |
| Octal | 373 | 331 | 232 | 0 | 16 | 47 | 2 | 47 | 134 | 117 |
| Binary | 11111011 | 11011001 | 10011010 | 0 | 1110 | 100111 | 10 | 100111 | 1011100 | 1001111 |
Color Harmonies of #FBD99A
Complementary color
Monochromatic Colors of #FBD99A
Black with #FBD99A
Text Example
Text Example
White with #FBD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD99A; }
p { color: rgb(251,217,154); }
H1.HeaderClassName
{
color: #FBD99A;
}
.AnyTagClassName
{
color: #FBD99A;
}
</style>
background-color css
<style>
a { background-color: #FBD99A; }
a { background-color: rgb(251,217,154); }
div.DivClassName
{
background-color: #FBD99A;
}
.BgClassName
{
background-color: #FBD99A;
}
</style>
border-color css
<style>
span { border-color: #FBD99A; }
span { border-color: rgb(251,217,154); }
td.TdClassName
{
border-color: #FBD99A;
}
.TagClassName
{
border-color: #FBD99A;
}
</style>