Shades of Buff #F3DF8A
Tints of Buff #F3DF8A
RGB
CMYK
RGB Variations
Color information
#F3DF8A (or 0xF3DF8A) is known color: Buff. HEX triplet: F3, DF and 8A. RGB value is (243,223,138). Sum of RGB (Red+Green+Blue) = 243+223+138=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF8A is #0C2075. Grayscale: #DBDBDB. Windows color (decimal): -794742 or 9101299. OLE color: 9101299.
HSL color Cylindrical-coordinate representation of color #F3DF8A: hue angle of 48.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3DF8A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 138 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.05 |
| HSL | 48.57º | 0.81% | 0.75% | - |
| HSV(B) | 48.57º | 0.43% | 0.95% | - |
| XYZ | 67.94 | 73.67 | 34.68 | - |
| YUV | 219.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 138 | 0 | 0.08 | 0.43 | 0.05 | 48.57 | 0.81 | 0.75 |
| Hex | F3 | DF | 8A | 0 | 8 | 2B | 5 | 31 | 51 | 4B |
| Octal | 363 | 337 | 212 | 0 | 10 | 53 | 5 | 61 | 121 | 113 |
| Binary | 11110011 | 11011111 | 10001010 | 0 | 1000 | 101011 | 101 | 110001 | 1010001 | 1001011 |
Color Harmonies of #F3DF8A
Complementary color
Monochromatic Colors of #F3DF8A
Black with #F3DF8A
Text Example
Text Example
White with #F3DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF8A; }
p { color: rgb(243,223,138); }
H1.HeaderClassName
{
color: #F3DF8A;
}
.AnyTagClassName
{
color: #F3DF8A;
}
</style>
background-color css
<style>
a { background-color: #F3DF8A; }
a { background-color: rgb(243,223,138); }
div.DivClassName
{
background-color: #F3DF8A;
}
.BgClassName
{
background-color: #F3DF8A;
}
</style>
border-color css
<style>
span { border-color: #F3DF8A; }
span { border-color: rgb(243,223,138); }
td.TdClassName
{
border-color: #F3DF8A;
}
.TagClassName
{
border-color: #F3DF8A;
}
</style>