Shades of Buff #F3DF88
Tints of Buff #F3DF88
RGB
CMYK
RGB Variations
Color information
#F3DF88 (or 0xF3DF88) is known color: Buff. HEX triplet: F3, DF and 88. RGB value is (243,223,136). Sum of RGB (Red+Green+Blue) = 243+223+136=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF88 is #0C2077. Grayscale: #DBDBDB. Windows color (decimal): -794744 or 8970227. OLE color: 8970227.
HSL color Cylindrical-coordinate representation of color #F3DF88: hue angle of 48.79º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F3DF88 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 136 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.05 |
| HSL | 48.79º | 0.82% | 0.74% | - |
| HSV(B) | 48.79º | 0.44% | 0.95% | - |
| XYZ | 67.79 | 73.61 | 33.93 | - |
| YUV | 219.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 136 | 0 | 0.08 | 0.44 | 0.05 | 48.79 | 0.82 | 0.74 |
| Hex | F3 | DF | 88 | 0 | 8 | 2C | 5 | 31 | 52 | 4A |
| Octal | 363 | 337 | 210 | 0 | 10 | 54 | 5 | 61 | 122 | 112 |
| Binary | 11110011 | 11011111 | 10001000 | 0 | 1000 | 101100 | 101 | 110001 | 1010010 | 1001010 |
Color Harmonies of #F3DF88
Complementary color
Monochromatic Colors of #F3DF88
Black with #F3DF88
Text Example
Text Example
White with #F3DF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF88; }
p { color: rgb(243,223,136); }
H1.HeaderClassName
{
color: #F3DF88;
}
.AnyTagClassName
{
color: #F3DF88;
}
</style>
background-color css
<style>
a { background-color: #F3DF88; }
a { background-color: rgb(243,223,136); }
div.DivClassName
{
background-color: #F3DF88;
}
.BgClassName
{
background-color: #F3DF88;
}
</style>
border-color css
<style>
span { border-color: #F3DF88; }
span { border-color: rgb(243,223,136); }
td.TdClassName
{
border-color: #F3DF88;
}
.TagClassName
{
border-color: #F3DF88;
}
</style>