Shades of Buff #F1D78A
Tints of Buff #F1D78A
RGB
CMYK
RGB Variations
Color information
#F1D78A (or 0xF1D78A) is known color: Buff. HEX triplet: F1, D7 and 8A. RGB value is (241,215,138). Sum of RGB (Red+Green+Blue) = 241+215+138=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D78A is #0E2875. Grayscale: #D6D6D6. Windows color (decimal): -927862 or 9099249. OLE color: 9099249.
HSL color Cylindrical-coordinate representation of color #F1D78A: hue angle of 44.85º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1D78A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 138 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.05 |
| HSL | 44.85º | 0.79% | 0.74% | - |
| HSV(B) | 44.85º | 0.43% | 0.95% | - |
| XYZ | 65.16 | 69.14 | 33.95 | - |
| YUV | 214 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 138 | 0 | 0.11 | 0.43 | 0.05 | 44.85 | 0.79 | 0.74 |
| Hex | F1 | D7 | 8A | 0 | B | 2B | 5 | 2D | 4F | 4A |
| Octal | 361 | 327 | 212 | 0 | 13 | 53 | 5 | 55 | 117 | 112 |
| Binary | 11110001 | 11010111 | 10001010 | 0 | 1011 | 101011 | 101 | 101101 | 1001111 | 1001010 |
Color Harmonies of #F1D78A
Complementary color
Monochromatic Colors of #F1D78A
Black with #F1D78A
Text Example
Text Example
White with #F1D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D78A; }
p { color: rgb(241,215,138); }
H1.HeaderClassName
{
color: #F1D78A;
}
.AnyTagClassName
{
color: #F1D78A;
}
</style>
background-color css
<style>
a { background-color: #F1D78A; }
a { background-color: rgb(241,215,138); }
div.DivClassName
{
background-color: #F1D78A;
}
.BgClassName
{
background-color: #F1D78A;
}
</style>
border-color css
<style>
span { border-color: #F1D78A; }
span { border-color: rgb(241,215,138); }
td.TdClassName
{
border-color: #F1D78A;
}
.TagClassName
{
border-color: #F1D78A;
}
</style>