Shades of Caramel #FBD58D
Tints of Caramel #FBD58D
RGB
CMYK
RGB Variations
Color information
#FBD58D (or 0xFBD58D) is known color: Caramel. HEX triplet: FB, D5 and 8D. RGB value is (251,213,141). Sum of RGB (Red+Green+Blue) = 251+213+141=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD58D is #042A72. Grayscale: #D8D8D8. Windows color (decimal): -273011 or 9295355. OLE color: 9295355.
HSL color Cylindrical-coordinate representation of color #FBD58D: hue angle of 39.27º 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 #FBD58D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 213 | 141 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.02 |
| HSL | 39.27º | 0.93% | 0.77% | - |
| HSV(B) | 39.27º | 0.44% | 0.98% | - |
| XYZ | 68.39 | 70.02 | 35.11 | - |
| YUV | 216.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 213 | 141 | 0 | 0.15 | 0.44 | 0.02 | 39.27 | 0.93 | 0.77 |
| Hex | FB | D5 | 8D | 0 | F | 2C | 2 | 27 | 5D | 4D |
| Octal | 373 | 325 | 215 | 0 | 17 | 54 | 2 | 47 | 135 | 115 |
| Binary | 11111011 | 11010101 | 10001101 | 0 | 1111 | 101100 | 10 | 100111 | 1011101 | 1001101 |
Color Harmonies of #FBD58D
Complementary color
Monochromatic Colors of #FBD58D
Black with #FBD58D
Text Example
Text Example
White with #FBD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD58D; }
p { color: rgb(251,213,141); }
H1.HeaderClassName
{
color: #FBD58D;
}
.AnyTagClassName
{
color: #FBD58D;
}
</style>
background-color css
<style>
a { background-color: #FBD58D; }
a { background-color: rgb(251,213,141); }
div.DivClassName
{
background-color: #FBD58D;
}
.BgClassName
{
background-color: #FBD58D;
}
</style>
border-color css
<style>
span { border-color: #FBD58D; }
span { border-color: rgb(251,213,141); }
td.TdClassName
{
border-color: #FBD58D;
}
.TagClassName
{
border-color: #FBD58D;
}
</style>