Shades of Buff #F1D682
Tints of Buff #F1D682
RGB
CMYK
RGB Variations
Color information
#F1D682 (or 0xF1D682) is known color: Buff. HEX triplet: F1, D6 and 82. RGB value is (241,214,130). Sum of RGB (Red+Green+Blue) = 241+214+130=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D682 is #0E297D. Grayscale: #D4D4D4. Windows color (decimal): -928126 or 8574705. OLE color: 8574705.
HSL color Cylindrical-coordinate representation of color #F1D682: hue angle of 45.41º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1D682 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 130 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.05 |
| HSL | 45.41º | 0.8% | 0.73% | - |
| HSV(B) | 45.41º | 0.46% | 0.95% | - |
| XYZ | 64.35 | 68.41 | 30.93 | - |
| YUV | 212.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 130 | 0 | 0.11 | 0.46 | 0.05 | 45.41 | 0.8 | 0.73 |
| Hex | F1 | D6 | 82 | 0 | B | 2E | 5 | 2D | 50 | 49 |
| Octal | 361 | 326 | 202 | 0 | 13 | 56 | 5 | 55 | 120 | 111 |
| Binary | 11110001 | 11010110 | 10000010 | 0 | 1011 | 101110 | 101 | 101101 | 1010000 | 1001001 |
Color Harmonies of #F1D682
Complementary color
Monochromatic Colors of #F1D682
Black with #F1D682
Text Example
Text Example
White with #F1D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D682; }
p { color: rgb(241,214,130); }
H1.HeaderClassName
{
color: #F1D682;
}
.AnyTagClassName
{
color: #F1D682;
}
</style>
background-color css
<style>
a { background-color: #F1D682; }
a { background-color: rgb(241,214,130); }
div.DivClassName
{
background-color: #F1D682;
}
.BgClassName
{
background-color: #F1D682;
}
</style>
border-color css
<style>
span { border-color: #F1D682; }
span { border-color: rgb(241,214,130); }
td.TdClassName
{
border-color: #F1D682;
}
.TagClassName
{
border-color: #F1D682;
}
</style>