Shades of Buff #F2DC7B
Tints of Buff #F2DC7B
RGB
CMYK
RGB Variations
Color information
#F2DC7B (or 0xF2DC7B) is known color: Buff. HEX triplet: F2, DC and 7B. RGB value is (242,220,123). Sum of RGB (Red+Green+Blue) = 242+220+123=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC7B is #0D2384. Grayscale: #D7D7D7. Windows color (decimal): -861061 or 8117490. OLE color: 8117490.
HSL color Cylindrical-coordinate representation of color #F2DC7B: hue angle of 48.91º 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 #F2DC7B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 123 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.05 |
| HSL | 48.91º | 0.82% | 0.72% | - |
| HSV(B) | 48.91º | 0.49% | 0.95% | - |
| XYZ | 65.79 | 71.49 | 29.07 | - |
| YUV | 215.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 123 | 0 | 0.09 | 0.49 | 0.05 | 48.91 | 0.82 | 0.72 |
| Hex | F2 | DC | 7B | 0 | 9 | 31 | 5 | 31 | 52 | 48 |
| Octal | 362 | 334 | 173 | 0 | 11 | 61 | 5 | 61 | 122 | 110 |
| Binary | 11110010 | 11011100 | 1111011 | 0 | 1001 | 110001 | 101 | 110001 | 1010010 | 1001000 |
Color Harmonies of #F2DC7B
Complementary color
Monochromatic Colors of #F2DC7B
Black with #F2DC7B
Text Example
Text Example
White with #F2DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC7B; }
p { color: rgb(242,220,123); }
H1.HeaderClassName
{
color: #F2DC7B;
}
.AnyTagClassName
{
color: #F2DC7B;
}
</style>
background-color css
<style>
a { background-color: #F2DC7B; }
a { background-color: rgb(242,220,123); }
div.DivClassName
{
background-color: #F2DC7B;
}
.BgClassName
{
background-color: #F2DC7B;
}
</style>
border-color css
<style>
span { border-color: #F2DC7B; }
span { border-color: rgb(242,220,123); }
td.TdClassName
{
border-color: #F2DC7B;
}
.TagClassName
{
border-color: #F2DC7B;
}
</style>