Shades of Buff #F4E083
Tints of Buff #F4E083
RGB
CMYK
RGB Variations
Color information
#F4E083 (or 0xF4E083) is known color: Buff. HEX triplet: F4, E0 and 83. RGB value is (244,224,131). Sum of RGB (Red+Green+Blue) = 244+224+131=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E083 is #0B1F7C. Grayscale: #DBDBDB. Windows color (decimal): -728957 or 8642804. OLE color: 8642804.
HSL color Cylindrical-coordinate representation of color #F4E083: hue angle of 49.38º 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 #F4E083 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 131 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.04 |
| HSL | 49.38º | 0.84% | 0.74% | - |
| HSV(B) | 49.38º | 0.46% | 0.96% | - |
| XYZ | 68.06 | 74.18 | 32.2 | - |
| YUV | 219.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 131 | 0 | 0.08 | 0.46 | 0.04 | 49.38 | 0.84 | 0.74 |
| Hex | F4 | E0 | 83 | 0 | 8 | 2E | 4 | 31 | 54 | 4A |
| Octal | 364 | 340 | 203 | 0 | 10 | 56 | 4 | 61 | 124 | 112 |
| Binary | 11110100 | 11100000 | 10000011 | 0 | 1000 | 101110 | 100 | 110001 | 1010100 | 1001010 |
Color Harmonies of #F4E083
Complementary color
Monochromatic Colors of #F4E083
Black with #F4E083
Text Example
Text Example
White with #F4E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E083; }
p { color: rgb(244,224,131); }
H1.HeaderClassName
{
color: #F4E083;
}
.AnyTagClassName
{
color: #F4E083;
}
</style>
background-color css
<style>
a { background-color: #F4E083; }
a { background-color: rgb(244,224,131); }
div.DivClassName
{
background-color: #F4E083;
}
.BgClassName
{
background-color: #F4E083;
}
</style>
border-color css
<style>
span { border-color: #F4E083; }
span { border-color: rgb(244,224,131); }
td.TdClassName
{
border-color: #F4E083;
}
.TagClassName
{
border-color: #F4E083;
}
</style>