Shades of Buff #F2DA7A
Tints of Buff #F2DA7A
RGB
CMYK
RGB Variations
Color information
#F2DA7A (or 0xF2DA7A) is known color: Buff. HEX triplet: F2, DA and 7A. RGB value is (242,218,122). Sum of RGB (Red+Green+Blue) = 242+218+122=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA7A is #0D2585. Grayscale: #D6D6D6. Windows color (decimal): -861574 or 8051442. OLE color: 8051442.
HSL color Cylindrical-coordinate representation of color #F2DA7A: hue angle of 48º 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 #F2DA7A is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 218 | 122 | - |
CMYK | 0 | 0.10 | 0.50 | 0.05 |
HSL | 48º | 0.82% | 0.71% | - |
HSV(B) | 48º | 0.5% | 0.95% | - |
XYZ | 65.2 | 70.43 | 28.57 | - |
YUV | 214.23 | 75.95 | 147.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 218 | 122 | 0 | 0.10 | 0.50 | 0.05 | 48 | 0.82 | 0.71 |
Hex | F2 | DA | 7A | 0 | A | 32 | 5 | 30 | 52 | 47 |
Octal | 362 | 332 | 172 | 0 | 12 | 62 | 5 | 60 | 122 | 107 |
Binary | 11110010 | 11011010 | 1111010 | 0 | 1010 | 110010 | 101 | 110000 | 1010010 | 1000111 |
Color Harmonies of #F2DA7A
Complementary color
Monochromatic Colors of #F2DA7A
Black with #F2DA7A
Text Example
Text Example
White with #F2DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA7A; }
p { color: rgb(242,218,122); }
H1.HeaderClassName
{
color: #F2DA7A;
}
.AnyTagClassName
{
color: #F2DA7A;
}
</style>
background-color css
<style>
a { background-color: #F2DA7A; }
a { background-color: rgb(242,218,122); }
div.DivClassName
{
background-color: #F2DA7A;
}
.BgClassName
{
background-color: #F2DA7A;
}
</style>
border-color css
<style>
span { border-color: #F2DA7A; }
span { border-color: rgb(242,218,122); }
td.TdClassName
{
border-color: #F2DA7A;
}
.TagClassName
{
border-color: #F2DA7A;
}
</style>