Shades of Buff #F6DE82
Tints of Buff #F6DE82
RGB
CMYK
RGB Variations
Color information
#F6DE82 (or 0xF6DE82) is known color: Buff. HEX triplet: F6, DE and 82. RGB value is (246,222,130). Sum of RGB (Red+Green+Blue) = 246+222+130=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DE82 is #09217D. Grayscale: #DBDBDB. Windows color (decimal): -598398 or 8576758. OLE color: 8576758.
HSL color Cylindrical-coordinate representation of color #F6DE82: hue angle of 47.59º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6DE82 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 130 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.04 |
| HSL | 47.59º | 0.87% | 0.74% | - |
| HSV(B) | 47.59º | 0.47% | 0.96% | - |
| XYZ | 68.16 | 73.45 | 31.7 | - |
| YUV | 218.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 130 | 0 | 0.10 | 0.47 | 0.04 | 47.59 | 0.87 | 0.74 |
| Hex | F6 | DE | 82 | 0 | A | 2F | 4 | 30 | 57 | 4A |
| Octal | 366 | 336 | 202 | 0 | 12 | 57 | 4 | 60 | 127 | 112 |
| Binary | 11110110 | 11011110 | 10000010 | 0 | 1010 | 101111 | 100 | 110000 | 1010111 | 1001010 |
Color Harmonies of #F6DE82
Complementary color
Monochromatic Colors of #F6DE82
Black with #F6DE82
Text Example
Text Example
White with #F6DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DE82; }
p { color: rgb(246,222,130); }
H1.HeaderClassName
{
color: #F6DE82;
}
.AnyTagClassName
{
color: #F6DE82;
}
</style>
background-color css
<style>
a { background-color: #F6DE82; }
a { background-color: rgb(246,222,130); }
div.DivClassName
{
background-color: #F6DE82;
}
.BgClassName
{
background-color: #F6DE82;
}
</style>
border-color css
<style>
span { border-color: #F6DE82; }
span { border-color: rgb(246,222,130); }
td.TdClassName
{
border-color: #F6DE82;
}
.TagClassName
{
border-color: #F6DE82;
}
</style>