Shades of Buff #F3DF85
Tints of Buff #F3DF85
RGB
CMYK
RGB Variations
Color information
#F3DF85 (or 0xF3DF85) is known color: Buff. HEX triplet: F3, DF and 85. RGB value is (243,223,133). Sum of RGB (Red+Green+Blue) = 243+223+133=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF85 is #0C207A. Grayscale: #DBDBDB. Windows color (decimal): -794747 or 8773619. OLE color: 8773619.
HSL color Cylindrical-coordinate representation of color #F3DF85: hue angle of 49.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3DF85 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 133 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.05 |
| HSL | 49.09º | 0.82% | 0.74% | - |
| HSV(B) | 49.09º | 0.45% | 0.95% | - |
| XYZ | 67.58 | 73.52 | 32.82 | - |
| YUV | 218.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 133 | 0 | 0.08 | 0.45 | 0.05 | 49.09 | 0.82 | 0.74 |
| Hex | F3 | DF | 85 | 0 | 8 | 2D | 5 | 31 | 52 | 4A |
| Octal | 363 | 337 | 205 | 0 | 10 | 55 | 5 | 61 | 122 | 112 |
| Binary | 11110011 | 11011111 | 10000101 | 0 | 1000 | 101101 | 101 | 110001 | 1010010 | 1001010 |
Color Harmonies of #F3DF85
Complementary color
Monochromatic Colors of #F3DF85
Black with #F3DF85
Text Example
Text Example
White with #F3DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF85; }
p { color: rgb(243,223,133); }
H1.HeaderClassName
{
color: #F3DF85;
}
.AnyTagClassName
{
color: #F3DF85;
}
</style>
background-color css
<style>
a { background-color: #F3DF85; }
a { background-color: rgb(243,223,133); }
div.DivClassName
{
background-color: #F3DF85;
}
.BgClassName
{
background-color: #F3DF85;
}
</style>
border-color css
<style>
span { border-color: #F3DF85; }
span { border-color: rgb(243,223,133); }
td.TdClassName
{
border-color: #F3DF85;
}
.TagClassName
{
border-color: #F3DF85;
}
</style>