Shades of Buff #F4DF8A
Tints of Buff #F4DF8A
RGB
CMYK
RGB Variations
Color information
#F4DF8A (or 0xF4DF8A) is known color: Buff. HEX triplet: F4, DF and 8A. RGB value is (244,223,138). Sum of RGB (Red+Green+Blue) = 244+223+138=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DF8A is #0B2075. Grayscale: #DBDBDB. Windows color (decimal): -729206 or 9101300. OLE color: 9101300.
HSL color Cylindrical-coordinate representation of color #F4DF8A: hue angle of 48.11º 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 #F4DF8A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 138 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.04 |
| HSL | 48.11º | 0.83% | 0.75% | - |
| HSV(B) | 48.11º | 0.43% | 0.96% | - |
| XYZ | 68.28 | 73.84 | 34.7 | - |
| YUV | 219.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 138 | 0 | 0.09 | 0.43 | 0.04 | 48.11 | 0.83 | 0.75 |
| Hex | F4 | DF | 8A | 0 | 9 | 2B | 4 | 30 | 53 | 4B |
| Octal | 364 | 337 | 212 | 0 | 11 | 53 | 4 | 60 | 123 | 113 |
| Binary | 11110100 | 11011111 | 10001010 | 0 | 1001 | 101011 | 100 | 110000 | 1010011 | 1001011 |
Color Harmonies of #F4DF8A
Complementary color
Monochromatic Colors of #F4DF8A
Black with #F4DF8A
Text Example
Text Example
White with #F4DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF8A; }
p { color: rgb(244,223,138); }
H1.HeaderClassName
{
color: #F4DF8A;
}
.AnyTagClassName
{
color: #F4DF8A;
}
</style>
background-color css
<style>
a { background-color: #F4DF8A; }
a { background-color: rgb(244,223,138); }
div.DivClassName
{
background-color: #F4DF8A;
}
.BgClassName
{
background-color: #F4DF8A;
}
</style>
border-color css
<style>
span { border-color: #F4DF8A; }
span { border-color: rgb(244,223,138); }
td.TdClassName
{
border-color: #F4DF8A;
}
.TagClassName
{
border-color: #F4DF8A;
}
</style>