Shades of Buff #F1DC80
Tints of Buff #F1DC80
RGB
CMYK
RGB Variations
Color information
#F1DC80 (or 0xF1DC80) is known color: Buff. HEX triplet: F1, DC and 80. RGB value is (241,220,128). Sum of RGB (Red+Green+Blue) = 241+220+128=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC80 is #0E237F. Grayscale: #D8D8D8. Windows color (decimal): -926592 or 8445169. OLE color: 8445169.
HSL color Cylindrical-coordinate representation of color #F1DC80: hue angle of 48.85º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1DC80 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 128 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.05 |
| HSL | 48.85º | 0.8% | 0.72% | - |
| HSV(B) | 48.85º | 0.47% | 0.95% | - |
| XYZ | 65.77 | 71.45 | 30.75 | - |
| YUV | 215.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 128 | 0 | 0.09 | 0.47 | 0.05 | 48.85 | 0.8 | 0.72 |
| Hex | F1 | DC | 80 | 0 | 9 | 2F | 5 | 31 | 50 | 48 |
| Octal | 361 | 334 | 200 | 0 | 11 | 57 | 5 | 61 | 120 | 110 |
| Binary | 11110001 | 11011100 | 10000000 | 0 | 1001 | 101111 | 101 | 110001 | 1010000 | 1001000 |
Color Harmonies of #F1DC80
Complementary color
Monochromatic Colors of #F1DC80
Black with #F1DC80
Text Example
Text Example
White with #F1DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC80; }
p { color: rgb(241,220,128); }
H1.HeaderClassName
{
color: #F1DC80;
}
.AnyTagClassName
{
color: #F1DC80;
}
</style>
background-color css
<style>
a { background-color: #F1DC80; }
a { background-color: rgb(241,220,128); }
div.DivClassName
{
background-color: #F1DC80;
}
.BgClassName
{
background-color: #F1DC80;
}
</style>
border-color css
<style>
span { border-color: #F1DC80; }
span { border-color: rgb(241,220,128); }
td.TdClassName
{
border-color: #F1DC80;
}
.TagClassName
{
border-color: #F1DC80;
}
</style>