Shades of Buff #F2DF7B
Tints of Buff #F2DF7B
RGB
CMYK
RGB Variations
Color information
#F2DF7B (or 0xF2DF7B) is known color: Buff. HEX triplet: F2, DF and 7B. RGB value is (242,223,123). Sum of RGB (Red+Green+Blue) = 242+223+123=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF7B is #0D2084. Grayscale: #D9D9D9. Windows color (decimal): -860293 or 8118258. OLE color: 8118258.
HSL color Cylindrical-coordinate representation of color #F2DF7B: hue angle of 50.42º 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 #F2DF7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 123 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.05 |
| HSL | 50.42º | 0.82% | 0.72% | - |
| HSV(B) | 50.42º | 0.49% | 0.95% | - |
| XYZ | 66.58 | 73.08 | 29.34 | - |
| YUV | 217.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 123 | 0 | 0.08 | 0.49 | 0.05 | 50.42 | 0.82 | 0.72 |
| Hex | F2 | DF | 7B | 0 | 8 | 31 | 5 | 32 | 52 | 48 |
| Octal | 362 | 337 | 173 | 0 | 10 | 61 | 5 | 62 | 122 | 110 |
| Binary | 11110010 | 11011111 | 1111011 | 0 | 1000 | 110001 | 101 | 110010 | 1010010 | 1001000 |
Color Harmonies of #F2DF7B
Complementary color
Monochromatic Colors of #F2DF7B
Black with #F2DF7B
Text Example
Text Example
White with #F2DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF7B; }
p { color: rgb(242,223,123); }
H1.HeaderClassName
{
color: #F2DF7B;
}
.AnyTagClassName
{
color: #F2DF7B;
}
</style>
background-color css
<style>
a { background-color: #F2DF7B; }
a { background-color: rgb(242,223,123); }
div.DivClassName
{
background-color: #F2DF7B;
}
.BgClassName
{
background-color: #F2DF7B;
}
</style>
border-color css
<style>
span { border-color: #F2DF7B; }
span { border-color: rgb(242,223,123); }
td.TdClassName
{
border-color: #F2DF7B;
}
.TagClassName
{
border-color: #F2DF7B;
}
</style>