Shades of Buff #F6DF81
Tints of Buff #F6DF81
RGB
CMYK
RGB Variations
Color information
#F6DF81 (or 0xF6DF81) is known color: Buff. HEX triplet: F6, DF and 81. RGB value is (246,223,129). Sum of RGB (Red+Green+Blue) = 246+223+129=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF81 is #09207E. Grayscale: #DBDBDB. Windows color (decimal): -598143 or 8511478. OLE color: 8511478.
HSL color Cylindrical-coordinate representation of color #F6DF81: hue angle of 48.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6DF81 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 129 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.04 |
| HSL | 48.21º | 0.87% | 0.74% | - |
| HSV(B) | 48.21º | 0.48% | 0.96% | - |
| XYZ | 68.36 | 73.95 | 31.44 | - |
| YUV | 219.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 129 | 0 | 0.09 | 0.48 | 0.04 | 48.21 | 0.87 | 0.74 |
| Hex | F6 | DF | 81 | 0 | 9 | 30 | 4 | 30 | 57 | 4A |
| Octal | 366 | 337 | 201 | 0 | 11 | 60 | 4 | 60 | 127 | 112 |
| Binary | 11110110 | 11011111 | 10000001 | 0 | 1001 | 110000 | 100 | 110000 | 1010111 | 1001010 |
Color Harmonies of #F6DF81
Complementary color
Monochromatic Colors of #F6DF81
Black with #F6DF81
Text Example
Text Example
White with #F6DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF81; }
p { color: rgb(246,223,129); }
H1.HeaderClassName
{
color: #F6DF81;
}
.AnyTagClassName
{
color: #F6DF81;
}
</style>
background-color css
<style>
a { background-color: #F6DF81; }
a { background-color: rgb(246,223,129); }
div.DivClassName
{
background-color: #F6DF81;
}
.BgClassName
{
background-color: #F6DF81;
}
</style>
border-color css
<style>
span { border-color: #F6DF81; }
span { border-color: rgb(246,223,129); }
td.TdClassName
{
border-color: #F6DF81;
}
.TagClassName
{
border-color: #F6DF81;
}
</style>