Shades of Buff #F4DE81
Tints of Buff #F4DE81
RGB
CMYK
RGB Variations
Color information
#F4DE81 (or 0xF4DE81) is known color: Buff. HEX triplet: F4, DE and 81. RGB value is (244,222,129). Sum of RGB (Red+Green+Blue) = 244+222+129=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DE81 is #0B217E. Grayscale: #DADADA. Windows color (decimal): -729471 or 8511220. OLE color: 8511220.
HSL color Cylindrical-coordinate representation of color #F4DE81: hue angle of 48.52º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4DE81 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 129 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.04 |
| HSL | 48.52º | 0.84% | 0.73% | - |
| HSV(B) | 48.52º | 0.47% | 0.96% | - |
| XYZ | 67.39 | 73.06 | 31.32 | - |
| YUV | 217.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 129 | 0 | 0.09 | 0.47 | 0.04 | 48.52 | 0.84 | 0.73 |
| Hex | F4 | DE | 81 | 0 | 9 | 2F | 4 | 31 | 54 | 49 |
| Octal | 364 | 336 | 201 | 0 | 11 | 57 | 4 | 61 | 124 | 111 |
| Binary | 11110100 | 11011110 | 10000001 | 0 | 1001 | 101111 | 100 | 110001 | 1010100 | 1001001 |
Color Harmonies of #F4DE81
Complementary color
Monochromatic Colors of #F4DE81
Black with #F4DE81
Text Example
Text Example
White with #F4DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DE81; }
p { color: rgb(244,222,129); }
H1.HeaderClassName
{
color: #F4DE81;
}
.AnyTagClassName
{
color: #F4DE81;
}
</style>
background-color css
<style>
a { background-color: #F4DE81; }
a { background-color: rgb(244,222,129); }
div.DivClassName
{
background-color: #F4DE81;
}
.BgClassName
{
background-color: #F4DE81;
}
</style>
border-color css
<style>
span { border-color: #F4DE81; }
span { border-color: rgb(244,222,129); }
td.TdClassName
{
border-color: #F4DE81;
}
.TagClassName
{
border-color: #F4DE81;
}
</style>