Shades of Buff #F1DD7E
Tints of Buff #F1DD7E
RGB
CMYK
RGB Variations
Color information
#F1DD7E (or 0xF1DD7E) is known color: Buff. HEX triplet: F1, DD and 7E. RGB value is (241,221,126). Sum of RGB (Red+Green+Blue) = 241+221+126=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD7E is #0E2281. Grayscale: #D8D8D8. Windows color (decimal): -926338 or 8314353. OLE color: 8314353.
HSL color Cylindrical-coordinate representation of color #F1DD7E: hue angle of 49.57º 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 #F1DD7E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 126 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.05 |
| HSL | 49.57º | 0.8% | 0.72% | - |
| HSV(B) | 49.57º | 0.48% | 0.95% | - |
| XYZ | 65.9 | 71.92 | 30.15 | - |
| YUV | 216.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 126 | 0 | 0.08 | 0.48 | 0.05 | 49.57 | 0.8 | 0.72 |
| Hex | F1 | DD | 7E | 0 | 8 | 30 | 5 | 32 | 50 | 48 |
| Octal | 361 | 335 | 176 | 0 | 10 | 60 | 5 | 62 | 120 | 110 |
| Binary | 11110001 | 11011101 | 1111110 | 0 | 1000 | 110000 | 101 | 110010 | 1010000 | 1001000 |
Color Harmonies of #F1DD7E
Complementary color
Monochromatic Colors of #F1DD7E
Black with #F1DD7E
Text Example
Text Example
White with #F1DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD7E; }
p { color: rgb(241,221,126); }
H1.HeaderClassName
{
color: #F1DD7E;
}
.AnyTagClassName
{
color: #F1DD7E;
}
</style>
background-color css
<style>
a { background-color: #F1DD7E; }
a { background-color: rgb(241,221,126); }
div.DivClassName
{
background-color: #F1DD7E;
}
.BgClassName
{
background-color: #F1DD7E;
}
</style>
border-color css
<style>
span { border-color: #F1DD7E; }
span { border-color: rgb(241,221,126); }
td.TdClassName
{
border-color: #F1DD7E;
}
.TagClassName
{
border-color: #F1DD7E;
}
</style>