Shades of Buff #F3D789
Tints of Buff #F3D789
RGB
CMYK
RGB Variations
Color information
#F3D789 (or 0xF3D789) is known color: Buff. HEX triplet: F3, D7 and 89. RGB value is (243,215,137). Sum of RGB (Red+Green+Blue) = 243+215+137=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D789 is #0C2876. Grayscale: #D6D6D6. Windows color (decimal): -796791 or 9033715. OLE color: 9033715.
HSL color Cylindrical-coordinate representation of color #F3D789: hue angle of 44.15º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F3D789 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 137 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.05 |
| HSL | 44.15º | 0.82% | 0.75% | - |
| HSV(B) | 44.15º | 0.44% | 0.95% | - |
| XYZ | 65.78 | 69.46 | 33.61 | - |
| YUV | 214.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 137 | 0 | 0.12 | 0.44 | 0.05 | 44.15 | 0.82 | 0.75 |
| Hex | F3 | D7 | 89 | 0 | C | 2C | 5 | 2C | 52 | 4B |
| Octal | 363 | 327 | 211 | 0 | 14 | 54 | 5 | 54 | 122 | 113 |
| Binary | 11110011 | 11010111 | 10001001 | 0 | 1100 | 101100 | 101 | 101100 | 1010010 | 1001011 |
Color Harmonies of #F3D789
Complementary color
Monochromatic Colors of #F3D789
Black with #F3D789
Text Example
Text Example
White with #F3D789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D789; }
p { color: rgb(243,215,137); }
H1.HeaderClassName
{
color: #F3D789;
}
.AnyTagClassName
{
color: #F3D789;
}
</style>
background-color css
<style>
a { background-color: #F3D789; }
a { background-color: rgb(243,215,137); }
div.DivClassName
{
background-color: #F3D789;
}
.BgClassName
{
background-color: #F3D789;
}
</style>
border-color css
<style>
span { border-color: #F3D789; }
span { border-color: rgb(243,215,137); }
td.TdClassName
{
border-color: #F3D789;
}
.TagClassName
{
border-color: #F3D789;
}
</style>