Shades of Buff #F4E284
Tints of Buff #F4E284
RGB
CMYK
RGB Variations
Color information
#F4E284 (or 0xF4E284) is known color: Buff. HEX triplet: F4, E2 and 84. RGB value is (244,226,132). Sum of RGB (Red+Green+Blue) = 244+226+132=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E284 is #0B1D7B. Grayscale: #DDDDDD. Windows color (decimal): -728444 or 8708852. OLE color: 8708852.
HSL color Cylindrical-coordinate representation of color #F4E284: hue angle of 50.36º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4E284 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 132 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.04 |
| HSL | 50.36º | 0.84% | 0.74% | - |
| HSV(B) | 50.36º | 0.46% | 0.96% | - |
| XYZ | 68.67 | 75.29 | 32.74 | - |
| YUV | 220.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 132 | 0 | 0.07 | 0.46 | 0.04 | 50.36 | 0.84 | 0.74 |
| Hex | F4 | E2 | 84 | 0 | 7 | 2E | 4 | 32 | 54 | 4A |
| Octal | 364 | 342 | 204 | 0 | 7 | 56 | 4 | 62 | 124 | 112 |
| Binary | 11110100 | 11100010 | 10000100 | 0 | 111 | 101110 | 100 | 110010 | 1010100 | 1001010 |
Color Harmonies of #F4E284
Complementary color
Monochromatic Colors of #F4E284
Black with #F4E284
Text Example
Text Example
White with #F4E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E284; }
p { color: rgb(244,226,132); }
H1.HeaderClassName
{
color: #F4E284;
}
.AnyTagClassName
{
color: #F4E284;
}
</style>
background-color css
<style>
a { background-color: #F4E284; }
a { background-color: rgb(244,226,132); }
div.DivClassName
{
background-color: #F4E284;
}
.BgClassName
{
background-color: #F4E284;
}
</style>
border-color css
<style>
span { border-color: #F4E284; }
span { border-color: rgb(244,226,132); }
td.TdClassName
{
border-color: #F4E284;
}
.TagClassName
{
border-color: #F4E284;
}
</style>