Shades of Buff #F2DB7A
Tints of Buff #F2DB7A
RGB
CMYK
RGB Variations
Color information
#F2DB7A (or 0xF2DB7A) is known color: Buff. HEX triplet: F2, DB and 7A. RGB value is (242,219,122). Sum of RGB (Red+Green+Blue) = 242+219+122=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB7A is #0D2485. Grayscale: #D7D7D7. Windows color (decimal): -861318 or 8051698. OLE color: 8051698.
HSL color Cylindrical-coordinate representation of color #F2DB7A: hue angle of 48.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2DB7A is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 122 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.05 |
| HSL | 48.5º | 0.82% | 0.71% | - |
| HSV(B) | 48.5º | 0.5% | 0.95% | - |
| XYZ | 65.46 | 70.95 | 28.66 | - |
| YUV | 214.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 122 | 0 | 0.10 | 0.50 | 0.05 | 48.5 | 0.82 | 0.71 |
| Hex | F2 | DB | 7A | 0 | A | 32 | 5 | 30 | 52 | 47 |
| Octal | 362 | 333 | 172 | 0 | 12 | 62 | 5 | 60 | 122 | 107 |
| Binary | 11110010 | 11011011 | 1111010 | 0 | 1010 | 110010 | 101 | 110000 | 1010010 | 1000111 |
Color Harmonies of #F2DB7A
Complementary color
Monochromatic Colors of #F2DB7A
Black with #F2DB7A
Text Example
Text Example
White with #F2DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB7A; }
p { color: rgb(242,219,122); }
H1.HeaderClassName
{
color: #F2DB7A;
}
.AnyTagClassName
{
color: #F2DB7A;
}
</style>
background-color css
<style>
a { background-color: #F2DB7A; }
a { background-color: rgb(242,219,122); }
div.DivClassName
{
background-color: #F2DB7A;
}
.BgClassName
{
background-color: #F2DB7A;
}
</style>
border-color css
<style>
span { border-color: #F2DB7A; }
span { border-color: rgb(242,219,122); }
td.TdClassName
{
border-color: #F2DB7A;
}
.TagClassName
{
border-color: #F2DB7A;
}
</style>