Shades of Caramel #FBD78D
Tints of Caramel #FBD78D
RGB
CMYK
RGB Variations
Color information
#FBD78D (or 0xFBD78D) is known color: Caramel. HEX triplet: FB, D7 and 8D. RGB value is (251,215,141). Sum of RGB (Red+Green+Blue) = 251+215+141=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD78D is #042872. Grayscale: #D9D9D9. Windows color (decimal): -272499 or 9295867. OLE color: 9295867.
HSL color Cylindrical-coordinate representation of color #FBD78D: hue angle of 40.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD78D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 141 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.02 |
| HSL | 40.36º | 0.93% | 0.77% | - |
| HSV(B) | 40.36º | 0.44% | 0.98% | - |
| XYZ | 68.89 | 71.03 | 35.28 | - |
| YUV | 217.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 141 | 0 | 0.14 | 0.44 | 0.02 | 40.36 | 0.93 | 0.77 |
| Hex | FB | D7 | 8D | 0 | E | 2C | 2 | 28 | 5D | 4D |
| Octal | 373 | 327 | 215 | 0 | 16 | 54 | 2 | 50 | 135 | 115 |
| Binary | 11111011 | 11010111 | 10001101 | 0 | 1110 | 101100 | 10 | 101000 | 1011101 | 1001101 |
Color Harmonies of #FBD78D
Complementary color
Monochromatic Colors of #FBD78D
Black with #FBD78D
Text Example
Text Example
White with #FBD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD78D; }
p { color: rgb(251,215,141); }
H1.HeaderClassName
{
color: #FBD78D;
}
.AnyTagClassName
{
color: #FBD78D;
}
</style>
background-color css
<style>
a { background-color: #FBD78D; }
a { background-color: rgb(251,215,141); }
div.DivClassName
{
background-color: #FBD78D;
}
.BgClassName
{
background-color: #FBD78D;
}
</style>
border-color css
<style>
span { border-color: #FBD78D; }
span { border-color: rgb(251,215,141); }
td.TdClassName
{
border-color: #FBD78D;
}
.TagClassName
{
border-color: #FBD78D;
}
</style>