Shades of Buff #F4E185
Tints of Buff #F4E185
RGB
CMYK
RGB Variations
Color information
#F4E185 (or 0xF4E185) is known color: Buff. HEX triplet: F4, E1 and 85. RGB value is (244,225,133). Sum of RGB (Red+Green+Blue) = 244+225+133=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E185 is #0B1E7A. Grayscale: #DCDCDC. Windows color (decimal): -728699 or 8774132. OLE color: 8774132.
HSL color Cylindrical-coordinate representation of color #F4E185: hue angle of 49.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4E185 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 133 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.04 |
| HSL | 49.73º | 0.83% | 0.74% | - |
| HSV(B) | 49.73º | 0.45% | 0.96% | - |
| XYZ | 68.47 | 74.78 | 33.02 | - |
| YUV | 220.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 133 | 0 | 0.08 | 0.45 | 0.04 | 49.73 | 0.83 | 0.74 |
| Hex | F4 | E1 | 85 | 0 | 8 | 2D | 4 | 32 | 53 | 4A |
| Octal | 364 | 341 | 205 | 0 | 10 | 55 | 4 | 62 | 123 | 112 |
| Binary | 11110100 | 11100001 | 10000101 | 0 | 1000 | 101101 | 100 | 110010 | 1010011 | 1001010 |
Color Harmonies of #F4E185
Complementary color
Monochromatic Colors of #F4E185
Black with #F4E185
Text Example
Text Example
White with #F4E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E185; }
p { color: rgb(244,225,133); }
H1.HeaderClassName
{
color: #F4E185;
}
.AnyTagClassName
{
color: #F4E185;
}
</style>
background-color css
<style>
a { background-color: #F4E185; }
a { background-color: rgb(244,225,133); }
div.DivClassName
{
background-color: #F4E185;
}
.BgClassName
{
background-color: #F4E185;
}
</style>
border-color css
<style>
span { border-color: #F4E185; }
span { border-color: rgb(244,225,133); }
td.TdClassName
{
border-color: #F4E185;
}
.TagClassName
{
border-color: #F4E185;
}
</style>