Shades of Buff #F2DE7A
Tints of Buff #F2DE7A
RGB
CMYK
RGB Variations
Color information
#F2DE7A (or 0xF2DE7A) is known color: Buff. HEX triplet: F2, DE and 7A. RGB value is (242,222,122). Sum of RGB (Red+Green+Blue) = 242+222+122=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE7A is #0D2185. Grayscale: #D8D8D8. Windows color (decimal): -860550 or 8052466. OLE color: 8052466.
HSL color Cylindrical-coordinate representation of color #F2DE7A: hue angle of 50º 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 #F2DE7A is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 122 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.05 |
| HSL | 50º | 0.82% | 0.71% | - |
| HSV(B) | 50º | 0.5% | 0.95% | - |
| XYZ | 66.25 | 72.52 | 28.92 | - |
| YUV | 216.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 122 | 0 | 0.08 | 0.50 | 0.05 | 50 | 0.82 | 0.71 |
| Hex | F2 | DE | 7A | 0 | 8 | 32 | 5 | 32 | 52 | 47 |
| Octal | 362 | 336 | 172 | 0 | 10 | 62 | 5 | 62 | 122 | 107 |
| Binary | 11110010 | 11011110 | 1111010 | 0 | 1000 | 110010 | 101 | 110010 | 1010010 | 1000111 |
Color Harmonies of #F2DE7A
Complementary color
Monochromatic Colors of #F2DE7A
Black with #F2DE7A
Text Example
Text Example
White with #F2DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE7A; }
p { color: rgb(242,222,122); }
H1.HeaderClassName
{
color: #F2DE7A;
}
.AnyTagClassName
{
color: #F2DE7A;
}
</style>
background-color css
<style>
a { background-color: #F2DE7A; }
a { background-color: rgb(242,222,122); }
div.DivClassName
{
background-color: #F2DE7A;
}
.BgClassName
{
background-color: #F2DE7A;
}
</style>
border-color css
<style>
span { border-color: #F2DE7A; }
span { border-color: rgb(242,222,122); }
td.TdClassName
{
border-color: #F2DE7A;
}
.TagClassName
{
border-color: #F2DE7A;
}
</style>