Shades of Buff #F2DA7B
Tints of Buff #F2DA7B
RGB
CMYK
RGB Variations
Color information
#F2DA7B (or 0xF2DA7B) is known color: Buff. HEX triplet: F2, DA and 7B. RGB value is (242,218,123). Sum of RGB (Red+Green+Blue) = 242+218+123=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA7B is #0D2584. Grayscale: #D6D6D6. Windows color (decimal): -861573 or 8116978. OLE color: 8116978.
HSL color Cylindrical-coordinate representation of color #F2DA7B: hue angle of 47.9º degrees, saturation: 0.82, 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 #F2DA7B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 123 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.05 |
| HSL | 47.9º | 0.82% | 0.72% | - |
| HSV(B) | 47.9º | 0.49% | 0.95% | - |
| XYZ | 65.26 | 70.45 | 28.9 | - |
| YUV | 214.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 123 | 0 | 0.10 | 0.49 | 0.05 | 47.9 | 0.82 | 0.72 |
| Hex | F2 | DA | 7B | 0 | A | 31 | 5 | 30 | 52 | 48 |
| Octal | 362 | 332 | 173 | 0 | 12 | 61 | 5 | 60 | 122 | 110 |
| Binary | 11110010 | 11011010 | 1111011 | 0 | 1010 | 110001 | 101 | 110000 | 1010010 | 1001000 |
Color Harmonies of #F2DA7B
Complementary color
Monochromatic Colors of #F2DA7B
Black with #F2DA7B
Text Example
Text Example
White with #F2DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA7B; }
p { color: rgb(242,218,123); }
H1.HeaderClassName
{
color: #F2DA7B;
}
.AnyTagClassName
{
color: #F2DA7B;
}
</style>
background-color css
<style>
a { background-color: #F2DA7B; }
a { background-color: rgb(242,218,123); }
div.DivClassName
{
background-color: #F2DA7B;
}
.BgClassName
{
background-color: #F2DA7B;
}
</style>
border-color css
<style>
span { border-color: #F2DA7B; }
span { border-color: rgb(242,218,123); }
td.TdClassName
{
border-color: #F2DA7B;
}
.TagClassName
{
border-color: #F2DA7B;
}
</style>