Shades of Buff #F5DA89
Tints of Buff #F5DA89
RGB
CMYK
RGB Variations
Color information
#F5DA89 (or 0xF5DA89) is known color: Buff. HEX triplet: F5, DA and 89. RGB value is (245,218,137). Sum of RGB (Red+Green+Blue) = 245+218+137=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA89 is #0A2576. Grayscale: #D9D9D9. Windows color (decimal): -664951 or 9034485. OLE color: 9034485.
HSL color Cylindrical-coordinate representation of color #F5DA89: hue angle of 45º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5DA89 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 218 | 137 | - |
CMYK | 0 | 0.11 | 0.44 | 0.04 |
HSL | 45º | 0.84% | 0.75% | - |
HSV(B) | 45º | 0.44% | 0.96% | - |
XYZ | 67.24 | 71.36 | 33.9 | - |
YUV | 216.84 | 82.95 | 148.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 218 | 137 | 0 | 0.11 | 0.44 | 0.04 | 45 | 0.84 | 0.75 |
Hex | F5 | DA | 89 | 0 | B | 2C | 4 | 2D | 54 | 4B |
Octal | 365 | 332 | 211 | 0 | 13 | 54 | 4 | 55 | 124 | 113 |
Binary | 11110101 | 11011010 | 10001001 | 0 | 1011 | 101100 | 100 | 101101 | 1010100 | 1001011 |
Color Harmonies of #F5DA89
Complementary color
Monochromatic Colors of #F5DA89
Black with #F5DA89
Text Example
Text Example
White with #F5DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA89; }
p { color: rgb(245,218,137); }
H1.HeaderClassName
{
color: #F5DA89;
}
.AnyTagClassName
{
color: #F5DA89;
}
</style>
background-color css
<style>
a { background-color: #F5DA89; }
a { background-color: rgb(245,218,137); }
div.DivClassName
{
background-color: #F5DA89;
}
.BgClassName
{
background-color: #F5DA89;
}
</style>
border-color css
<style>
span { border-color: #F5DA89; }
span { border-color: rgb(245,218,137); }
td.TdClassName
{
border-color: #F5DA89;
}
.TagClassName
{
border-color: #F5DA89;
}
</style>