Shades of Buff #F4E283
Tints of Buff #F4E283
RGB
CMYK
RGB Variations
Color information
#F4E283 (or 0xF4E283) is known color: Buff. HEX triplet: F4, E2 and 83. RGB value is (244,226,131). Sum of RGB (Red+Green+Blue) = 244+226+131=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E283 is #0B1D7C. Grayscale: #DCDCDC. Windows color (decimal): -728445 or 8643316. OLE color: 8643316.
HSL color Cylindrical-coordinate representation of color #F4E283: hue angle of 50.44º 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 #F4E283 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 131 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.04 |
| HSL | 50.44º | 0.84% | 0.74% | - |
| HSV(B) | 50.44º | 0.46% | 0.96% | - |
| XYZ | 68.6 | 75.26 | 32.38 | - |
| YUV | 220.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 131 | 0 | 0.07 | 0.46 | 0.04 | 50.44 | 0.84 | 0.74 |
| Hex | F4 | E2 | 83 | 0 | 7 | 2E | 4 | 32 | 54 | 4A |
| Octal | 364 | 342 | 203 | 0 | 7 | 56 | 4 | 62 | 124 | 112 |
| Binary | 11110100 | 11100010 | 10000011 | 0 | 111 | 101110 | 100 | 110010 | 1010100 | 1001010 |
Color Harmonies of #F4E283
Complementary color
Monochromatic Colors of #F4E283
Black with #F4E283
Text Example
Text Example
White with #F4E283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E283; }
p { color: rgb(244,226,131); }
H1.HeaderClassName
{
color: #F4E283;
}
.AnyTagClassName
{
color: #F4E283;
}
</style>
background-color css
<style>
a { background-color: #F4E283; }
a { background-color: rgb(244,226,131); }
div.DivClassName
{
background-color: #F4E283;
}
.BgClassName
{
background-color: #F4E283;
}
</style>
border-color css
<style>
span { border-color: #F4E283; }
span { border-color: rgb(244,226,131); }
td.TdClassName
{
border-color: #F4E283;
}
.TagClassName
{
border-color: #F4E283;
}
</style>