Shades of Buff #F6DC81
Tints of Buff #F6DC81
RGB
CMYK
RGB Variations
Color information
#F6DC81 (or 0xF6DC81) is known color: Buff. HEX triplet: F6, DC and 81. RGB value is (246,220,129). Sum of RGB (Red+Green+Blue) = 246+220+129=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC81 is #09237E. Grayscale: #D9D9D9. Windows color (decimal): -598911 or 8510710. OLE color: 8510710.
HSL color Cylindrical-coordinate representation of color #F6DC81: hue angle of 46.67º 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 #F6DC81 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 129 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.04 |
| HSL | 46.67º | 0.87% | 0.74% | - |
| HSV(B) | 46.67º | 0.48% | 0.96% | - |
| XYZ | 67.56 | 72.36 | 31.18 | - |
| YUV | 217.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 129 | 0 | 0.11 | 0.48 | 0.04 | 46.67 | 0.87 | 0.74 |
| Hex | F6 | DC | 81 | 0 | B | 30 | 4 | 2F | 57 | 4A |
| Octal | 366 | 334 | 201 | 0 | 13 | 60 | 4 | 57 | 127 | 112 |
| Binary | 11110110 | 11011100 | 10000001 | 0 | 1011 | 110000 | 100 | 101111 | 1010111 | 1001010 |
Color Harmonies of #F6DC81
Complementary color
Monochromatic Colors of #F6DC81
Black with #F6DC81
Text Example
Text Example
White with #F6DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC81; }
p { color: rgb(246,220,129); }
H1.HeaderClassName
{
color: #F6DC81;
}
.AnyTagClassName
{
color: #F6DC81;
}
</style>
background-color css
<style>
a { background-color: #F6DC81; }
a { background-color: rgb(246,220,129); }
div.DivClassName
{
background-color: #F6DC81;
}
.BgClassName
{
background-color: #F6DC81;
}
</style>
border-color css
<style>
span { border-color: #F6DC81; }
span { border-color: rgb(246,220,129); }
td.TdClassName
{
border-color: #F6DC81;
}
.TagClassName
{
border-color: #F6DC81;
}
</style>