Shades of Buff #F3DF81
Tints of Buff #F3DF81
RGB
CMYK
RGB Variations
Color information
#F3DF81 (or 0xF3DF81) is known color: Buff. HEX triplet: F3, DF and 81. RGB value is (243,223,129). Sum of RGB (Red+Green+Blue) = 243+223+129=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF81 is #0C207E. Grayscale: #DADADA. Windows color (decimal): -794751 or 8511475. OLE color: 8511475.
HSL color Cylindrical-coordinate representation of color #F3DF81: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3DF81 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 129 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.05 |
| HSL | 49.47º | 0.83% | 0.73% | - |
| HSV(B) | 49.47º | 0.47% | 0.95% | - |
| XYZ | 67.31 | 73.42 | 31.39 | - |
| YUV | 218.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 129 | 0 | 0.08 | 0.47 | 0.05 | 49.47 | 0.83 | 0.73 |
| Hex | F3 | DF | 81 | 0 | 8 | 2F | 5 | 31 | 53 | 49 |
| Octal | 363 | 337 | 201 | 0 | 10 | 57 | 5 | 61 | 123 | 111 |
| Binary | 11110011 | 11011111 | 10000001 | 0 | 1000 | 101111 | 101 | 110001 | 1010011 | 1001001 |
Color Harmonies of #F3DF81
Complementary color
Monochromatic Colors of #F3DF81
Black with #F3DF81
Text Example
Text Example
White with #F3DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF81; }
p { color: rgb(243,223,129); }
H1.HeaderClassName
{
color: #F3DF81;
}
.AnyTagClassName
{
color: #F3DF81;
}
</style>
background-color css
<style>
a { background-color: #F3DF81; }
a { background-color: rgb(243,223,129); }
div.DivClassName
{
background-color: #F3DF81;
}
.BgClassName
{
background-color: #F3DF81;
}
</style>
border-color css
<style>
span { border-color: #F3DF81; }
span { border-color: rgb(243,223,129); }
td.TdClassName
{
border-color: #F3DF81;
}
.TagClassName
{
border-color: #F3DF81;
}
</style>