Shades of Buff #F9E181
Tints of Buff #F9E181
RGB
CMYK
RGB Variations
Color information
#F9E181 (or 0xF9E181) is known color: Buff. HEX triplet: F9, E1 and 81. RGB value is (249,225,129). Sum of RGB (Red+Green+Blue) = 249+225+129=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E181 is #061E7E. Grayscale: #DDDDDD. Windows color (decimal): -401023 or 8511993. OLE color: 8511993.
HSL color Cylindrical-coordinate representation of color #F9E181: hue angle of 48º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9E181 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 129 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.02 |
| HSL | 48º | 0.91% | 0.74% | - |
| HSV(B) | 48º | 0.48% | 0.98% | - |
| XYZ | 69.95 | 75.58 | 31.67 | - |
| YUV | 221.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 129 | 0 | 0.10 | 0.48 | 0.02 | 48 | 0.91 | 0.74 |
| Hex | F9 | E1 | 81 | 0 | A | 30 | 2 | 30 | 5B | 4A |
| Octal | 371 | 341 | 201 | 0 | 12 | 60 | 2 | 60 | 133 | 112 |
| Binary | 11111001 | 11100001 | 10000001 | 0 | 1010 | 110000 | 10 | 110000 | 1011011 | 1001010 |
Color Harmonies of #F9E181
Complementary color
Monochromatic Colors of #F9E181
Black with #F9E181
Text Example
Text Example
White with #F9E181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E181; }
p { color: rgb(249,225,129); }
H1.HeaderClassName
{
color: #F9E181;
}
.AnyTagClassName
{
color: #F9E181;
}
</style>
background-color css
<style>
a { background-color: #F9E181; }
a { background-color: rgb(249,225,129); }
div.DivClassName
{
background-color: #F9E181;
}
.BgClassName
{
background-color: #F9E181;
}
</style>
border-color css
<style>
span { border-color: #F9E181; }
span { border-color: rgb(249,225,129); }
td.TdClassName
{
border-color: #F9E181;
}
.TagClassName
{
border-color: #F9E181;
}
</style>