Shades of Buff #F1DC7A
Tints of Buff #F1DC7A
RGB
CMYK
RGB Variations
Color information
#F1DC7A (or 0xF1DC7A) is known color: Buff. HEX triplet: F1, DC and 7A. RGB value is (241,220,122). Sum of RGB (Red+Green+Blue) = 241+220+122=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC7A is #0E2385. Grayscale: #D7D7D7. Windows color (decimal): -926598 or 8051953. OLE color: 8051953.
HSL color Cylindrical-coordinate representation of color #F1DC7A: hue angle of 49.41º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1DC7A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.05 |
| HSL | 49.41º | 0.81% | 0.71% | - |
| HSV(B) | 49.41º | 0.49% | 0.95% | - |
| XYZ | 65.38 | 71.29 | 28.73 | - |
| YUV | 215.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 122 | 0 | 0.09 | 0.49 | 0.05 | 49.41 | 0.81 | 0.71 |
| Hex | F1 | DC | 7A | 0 | 9 | 31 | 5 | 31 | 51 | 47 |
| Octal | 361 | 334 | 172 | 0 | 11 | 61 | 5 | 61 | 121 | 107 |
| Binary | 11110001 | 11011100 | 1111010 | 0 | 1001 | 110001 | 101 | 110001 | 1010001 | 1000111 |
Color Harmonies of #F1DC7A
Complementary color
Monochromatic Colors of #F1DC7A
Black with #F1DC7A
Text Example
Text Example
White with #F1DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC7A; }
p { color: rgb(241,220,122); }
H1.HeaderClassName
{
color: #F1DC7A;
}
.AnyTagClassName
{
color: #F1DC7A;
}
</style>
background-color css
<style>
a { background-color: #F1DC7A; }
a { background-color: rgb(241,220,122); }
div.DivClassName
{
background-color: #F1DC7A;
}
.BgClassName
{
background-color: #F1DC7A;
}
</style>
border-color css
<style>
span { border-color: #F1DC7A; }
span { border-color: rgb(241,220,122); }
td.TdClassName
{
border-color: #F1DC7A;
}
.TagClassName
{
border-color: #F1DC7A;
}
</style>