Shades of Buff #F3D97D
Tints of Buff #F3D97D
RGB
CMYK
RGB Variations
Color information
#F3D97D (or 0xF3D97D) is known color: Buff. HEX triplet: F3, D9 and 7D. RGB value is (243,217,125). Sum of RGB (Red+Green+Blue) = 243+217+125=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D97D is #0C2682. Grayscale: #D6D6D6. Windows color (decimal): -796291 or 8247795. OLE color: 8247795.
HSL color Cylindrical-coordinate representation of color #F3D97D: hue angle of 46.78º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3D97D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 125 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.05 |
| HSL | 46.78º | 0.83% | 0.72% | - |
| HSV(B) | 46.78º | 0.49% | 0.95% | - |
| XYZ | 65.48 | 70.16 | 29.49 | - |
| YUV | 214.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 125 | 0 | 0.11 | 0.49 | 0.05 | 46.78 | 0.83 | 0.72 |
| Hex | F3 | D9 | 7D | 0 | B | 31 | 5 | 2F | 53 | 48 |
| Octal | 363 | 331 | 175 | 0 | 13 | 61 | 5 | 57 | 123 | 110 |
| Binary | 11110011 | 11011001 | 1111101 | 0 | 1011 | 110001 | 101 | 101111 | 1010011 | 1001000 |
Color Harmonies of #F3D97D
Complementary color
Monochromatic Colors of #F3D97D
Black with #F3D97D
Text Example
Text Example
White with #F3D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D97D; }
p { color: rgb(243,217,125); }
H1.HeaderClassName
{
color: #F3D97D;
}
.AnyTagClassName
{
color: #F3D97D;
}
</style>
background-color css
<style>
a { background-color: #F3D97D; }
a { background-color: rgb(243,217,125); }
div.DivClassName
{
background-color: #F3D97D;
}
.BgClassName
{
background-color: #F3D97D;
}
</style>
border-color css
<style>
span { border-color: #F3D97D; }
span { border-color: rgb(243,217,125); }
td.TdClassName
{
border-color: #F3D97D;
}
.TagClassName
{
border-color: #F3D97D;
}
</style>