Shades of Buff #F1DF86
Tints of Buff #F1DF86
RGB
CMYK
RGB Variations
Color information
#F1DF86 (or 0xF1DF86) is known color: Buff. HEX triplet: F1, DF and 86. RGB value is (241,223,134). Sum of RGB (Red+Green+Blue) = 241+223+134=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF86 is #0E2079. Grayscale: #DADADA. Windows color (decimal): -925818 or 8839153. OLE color: 8839153.
HSL color Cylindrical-coordinate representation of color #F1DF86: hue angle of 49.91º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1DF86 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 134 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.05 |
| HSL | 49.91º | 0.79% | 0.74% | - |
| HSV(B) | 49.91º | 0.44% | 0.95% | - |
| XYZ | 66.97 | 73.2 | 33.15 | - |
| YUV | 218.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 134 | 0 | 0.07 | 0.44 | 0.05 | 49.91 | 0.79 | 0.74 |
| Hex | F1 | DF | 86 | 0 | 7 | 2C | 5 | 32 | 4F | 4A |
| Octal | 361 | 337 | 206 | 0 | 7 | 54 | 5 | 62 | 117 | 112 |
| Binary | 11110001 | 11011111 | 10000110 | 0 | 111 | 101100 | 101 | 110010 | 1001111 | 1001010 |
Color Harmonies of #F1DF86
Complementary color
Monochromatic Colors of #F1DF86
Black with #F1DF86
Text Example
Text Example
White with #F1DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF86; }
p { color: rgb(241,223,134); }
H1.HeaderClassName
{
color: #F1DF86;
}
.AnyTagClassName
{
color: #F1DF86;
}
</style>
background-color css
<style>
a { background-color: #F1DF86; }
a { background-color: rgb(241,223,134); }
div.DivClassName
{
background-color: #F1DF86;
}
.BgClassName
{
background-color: #F1DF86;
}
</style>
border-color css
<style>
span { border-color: #F1DF86; }
span { border-color: rgb(241,223,134); }
td.TdClassName
{
border-color: #F1DF86;
}
.TagClassName
{
border-color: #F1DF86;
}
</style>