Shades of Buff #F3D981
Tints of Buff #F3D981
RGB
CMYK
RGB Variations
Color information
#F3D981 (or 0xF3D981) is known color: Buff. HEX triplet: F3, D9 and 81. RGB value is (243,217,129). Sum of RGB (Red+Green+Blue) = 243+217+129=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D981 is #0C267E. Grayscale: #D7D7D7. Windows color (decimal): -796287 or 8509939. OLE color: 8509939.
HSL color Cylindrical-coordinate representation of color #F3D981: hue angle of 46.32º 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 #F3D981 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 129 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.05 |
| HSL | 46.32º | 0.83% | 0.73% | - |
| HSV(B) | 46.32º | 0.47% | 0.95% | - |
| XYZ | 65.74 | 70.27 | 30.87 | - |
| YUV | 214.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 129 | 0 | 0.11 | 0.47 | 0.05 | 46.32 | 0.83 | 0.73 |
| Hex | F3 | D9 | 81 | 0 | B | 2F | 5 | 2E | 53 | 49 |
| Octal | 363 | 331 | 201 | 0 | 13 | 57 | 5 | 56 | 123 | 111 |
| Binary | 11110011 | 11011001 | 10000001 | 0 | 1011 | 101111 | 101 | 101110 | 1010011 | 1001001 |
Color Harmonies of #F3D981
Complementary color
Monochromatic Colors of #F3D981
Black with #F3D981
Text Example
Text Example
White with #F3D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D981; }
p { color: rgb(243,217,129); }
H1.HeaderClassName
{
color: #F3D981;
}
.AnyTagClassName
{
color: #F3D981;
}
</style>
background-color css
<style>
a { background-color: #F3D981; }
a { background-color: rgb(243,217,129); }
div.DivClassName
{
background-color: #F3D981;
}
.BgClassName
{
background-color: #F3D981;
}
</style>
border-color css
<style>
span { border-color: #F3D981; }
span { border-color: rgb(243,217,129); }
td.TdClassName
{
border-color: #F3D981;
}
.TagClassName
{
border-color: #F3D981;
}
</style>