Shades of Buff #F3D78D
Tints of Buff #F3D78D
RGB
CMYK
RGB Variations
Color information
#F3D78D (or 0xF3D78D) is known color: Buff. HEX triplet: F3, D7 and 8D. RGB value is (243,215,141). Sum of RGB (Red+Green+Blue) = 243+215+141=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D78D is #0C2872. Grayscale: #D7D7D7. Windows color (decimal): -796787 or 9295859. OLE color: 9295859.
HSL color Cylindrical-coordinate representation of color #F3D78D: hue angle of 43.53º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3D78D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 141 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.05 |
| HSL | 43.53º | 0.81% | 0.75% | - |
| HSV(B) | 43.53º | 0.42% | 0.95% | - |
| XYZ | 66.07 | 69.58 | 35.15 | - |
| YUV | 214.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 141 | 0 | 0.12 | 0.42 | 0.05 | 43.53 | 0.81 | 0.75 |
| Hex | F3 | D7 | 8D | 0 | C | 2A | 5 | 2C | 51 | 4B |
| Octal | 363 | 327 | 215 | 0 | 14 | 52 | 5 | 54 | 121 | 113 |
| Binary | 11110011 | 11010111 | 10001101 | 0 | 1100 | 101010 | 101 | 101100 | 1010001 | 1001011 |
Color Harmonies of #F3D78D
Complementary color
Monochromatic Colors of #F3D78D
Black with #F3D78D
Text Example
Text Example
White with #F3D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D78D; }
p { color: rgb(243,215,141); }
H1.HeaderClassName
{
color: #F3D78D;
}
.AnyTagClassName
{
color: #F3D78D;
}
</style>
background-color css
<style>
a { background-color: #F3D78D; }
a { background-color: rgb(243,215,141); }
div.DivClassName
{
background-color: #F3D78D;
}
.BgClassName
{
background-color: #F3D78D;
}
</style>
border-color css
<style>
span { border-color: #F3D78D; }
span { border-color: rgb(243,215,141); }
td.TdClassName
{
border-color: #F3D78D;
}
.TagClassName
{
border-color: #F3D78D;
}
</style>