Shades of Buff #F6DF86
Tints of Buff #F6DF86
RGB
CMYK
RGB Variations
Color information
#F6DF86 (or 0xF6DF86) is known color: Buff. HEX triplet: F6, DF and 86. RGB value is (246,223,134). Sum of RGB (Red+Green+Blue) = 246+223+134=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF86 is #092079. Grayscale: #DCDCDC. Windows color (decimal): -598138 or 8839158. OLE color: 8839158.
HSL color Cylindrical-coordinate representation of color #F6DF86: hue angle of 47.68º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6DF86 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 134 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.04 |
| HSL | 47.68º | 0.86% | 0.75% | - |
| HSV(B) | 47.68º | 0.46% | 0.96% | - |
| XYZ | 68.7 | 74.09 | 33.23 | - |
| YUV | 219.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 134 | 0 | 0.09 | 0.46 | 0.04 | 47.68 | 0.86 | 0.75 |
| Hex | F6 | DF | 86 | 0 | 9 | 2E | 4 | 30 | 56 | 4B |
| Octal | 366 | 337 | 206 | 0 | 11 | 56 | 4 | 60 | 126 | 113 |
| Binary | 11110110 | 11011111 | 10000110 | 0 | 1001 | 101110 | 100 | 110000 | 1010110 | 1001011 |
Color Harmonies of #F6DF86
Complementary color
Monochromatic Colors of #F6DF86
Black with #F6DF86
Text Example
Text Example
White with #F6DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF86; }
p { color: rgb(246,223,134); }
H1.HeaderClassName
{
color: #F6DF86;
}
.AnyTagClassName
{
color: #F6DF86;
}
</style>
background-color css
<style>
a { background-color: #F6DF86; }
a { background-color: rgb(246,223,134); }
div.DivClassName
{
background-color: #F6DF86;
}
.BgClassName
{
background-color: #F6DF86;
}
</style>
border-color css
<style>
span { border-color: #F6DF86; }
span { border-color: rgb(246,223,134); }
td.TdClassName
{
border-color: #F6DF86;
}
.TagClassName
{
border-color: #F6DF86;
}
</style>