Shades of Buff #F2D97D
Tints of Buff #F2D97D
RGB
CMYK
RGB Variations
Color information
#F2D97D (or 0xF2D97D) is known color: Buff. HEX triplet: F2, D9 and 7D. RGB value is (242,217,125). Sum of RGB (Red+Green+Blue) = 242+217+125=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D97D is #0D2682. Grayscale: #D6D6D6. Windows color (decimal): -861827 or 8247794. OLE color: 8247794.
HSL color Cylindrical-coordinate representation of color #F2D97D: hue angle of 47.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2D97D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 125 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.05 |
| HSL | 47.18º | 0.82% | 0.72% | - |
| HSV(B) | 47.18º | 0.48% | 0.95% | - |
| XYZ | 65.13 | 69.98 | 29.48 | - |
| YUV | 213.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 125 | 0 | 0.10 | 0.48 | 0.05 | 47.18 | 0.82 | 0.72 |
| Hex | F2 | D9 | 7D | 0 | A | 30 | 5 | 2F | 52 | 48 |
| Octal | 362 | 331 | 175 | 0 | 12 | 60 | 5 | 57 | 122 | 110 |
| Binary | 11110010 | 11011001 | 1111101 | 0 | 1010 | 110000 | 101 | 101111 | 1010010 | 1001000 |
Color Harmonies of #F2D97D
Complementary color
Monochromatic Colors of #F2D97D
Black with #F2D97D
Text Example
Text Example
White with #F2D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D97D; }
p { color: rgb(242,217,125); }
H1.HeaderClassName
{
color: #F2D97D;
}
.AnyTagClassName
{
color: #F2D97D;
}
</style>
background-color css
<style>
a { background-color: #F2D97D; }
a { background-color: rgb(242,217,125); }
div.DivClassName
{
background-color: #F2D97D;
}
.BgClassName
{
background-color: #F2D97D;
}
</style>
border-color css
<style>
span { border-color: #F2D97D; }
span { border-color: rgb(242,217,125); }
td.TdClassName
{
border-color: #F2D97D;
}
.TagClassName
{
border-color: #F2D97D;
}
</style>