Shades of Buff #F1D77E
Tints of Buff #F1D77E
RGB
CMYK
RGB Variations
Color information
#F1D77E (or 0xF1D77E) is known color: Buff. HEX triplet: F1, D7 and 7E. RGB value is (241,215,126). Sum of RGB (Red+Green+Blue) = 241+215+126=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D77E is #0E2881. Grayscale: #D5D5D5. Windows color (decimal): -927874 or 8312817. OLE color: 8312817.
HSL color Cylindrical-coordinate representation of color #F1D77E: hue angle of 46.43º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1D77E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 126 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.05 |
| HSL | 46.43º | 0.8% | 0.72% | - |
| HSV(B) | 46.43º | 0.48% | 0.95% | - |
| XYZ | 64.34 | 68.81 | 29.63 | - |
| YUV | 212.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 126 | 0 | 0.11 | 0.48 | 0.05 | 46.43 | 0.8 | 0.72 |
| Hex | F1 | D7 | 7E | 0 | B | 30 | 5 | 2E | 50 | 48 |
| Octal | 361 | 327 | 176 | 0 | 13 | 60 | 5 | 56 | 120 | 110 |
| Binary | 11110001 | 11010111 | 1111110 | 0 | 1011 | 110000 | 101 | 101110 | 1010000 | 1001000 |
Color Harmonies of #F1D77E
Complementary color
Monochromatic Colors of #F1D77E
Black with #F1D77E
Text Example
Text Example
White with #F1D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D77E; }
p { color: rgb(241,215,126); }
H1.HeaderClassName
{
color: #F1D77E;
}
.AnyTagClassName
{
color: #F1D77E;
}
</style>
background-color css
<style>
a { background-color: #F1D77E; }
a { background-color: rgb(241,215,126); }
div.DivClassName
{
background-color: #F1D77E;
}
.BgClassName
{
background-color: #F1D77E;
}
</style>
border-color css
<style>
span { border-color: #F1D77E; }
span { border-color: rgb(241,215,126); }
td.TdClassName
{
border-color: #F1D77E;
}
.TagClassName
{
border-color: #F1D77E;
}
</style>