Shades of Buff #F4D98B
Tints of Buff #F4D98B
RGB
CMYK
RGB Variations
Color information
#F4D98B (or 0xF4D98B) is known color: Buff. HEX triplet: F4, D9 and 8B. RGB value is (244,217,139). Sum of RGB (Red+Green+Blue) = 244+217+139=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D98B is #0B2674. Grayscale: #D8D8D8. Windows color (decimal): -730741 or 9165300. OLE color: 9165300.
HSL color Cylindrical-coordinate representation of color #F4D98B: hue angle of 44.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D98B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 139 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.04 |
| HSL | 44.57º | 0.83% | 0.75% | - |
| HSV(B) | 44.57º | 0.43% | 0.96% | - |
| XYZ | 66.78 | 70.72 | 34.56 | - |
| YUV | 216.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 139 | 0 | 0.11 | 0.43 | 0.04 | 44.57 | 0.83 | 0.75 |
| Hex | F4 | D9 | 8B | 0 | B | 2B | 4 | 2D | 53 | 4B |
| Octal | 364 | 331 | 213 | 0 | 13 | 53 | 4 | 55 | 123 | 113 |
| Binary | 11110100 | 11011001 | 10001011 | 0 | 1011 | 101011 | 100 | 101101 | 1010011 | 1001011 |
Color Harmonies of #F4D98B
Complementary color
Monochromatic Colors of #F4D98B
Black with #F4D98B
Text Example
Text Example
White with #F4D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D98B; }
p { color: rgb(244,217,139); }
H1.HeaderClassName
{
color: #F4D98B;
}
.AnyTagClassName
{
color: #F4D98B;
}
</style>
background-color css
<style>
a { background-color: #F4D98B; }
a { background-color: rgb(244,217,139); }
div.DivClassName
{
background-color: #F4D98B;
}
.BgClassName
{
background-color: #F4D98B;
}
</style>
border-color css
<style>
span { border-color: #F4D98B; }
span { border-color: rgb(244,217,139); }
td.TdClassName
{
border-color: #F4D98B;
}
.TagClassName
{
border-color: #F4D98B;
}
</style>