Shades of Buff #F8DF7F
Tints of Buff #F8DF7F
RGB
CMYK
RGB Variations
Color information
#F8DF7F (or 0xF8DF7F) is known color: Buff. HEX triplet: F8, DF and 7F. RGB value is (248,223,127). Sum of RGB (Red+Green+Blue) = 248+223+127=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF7F is #072080. Grayscale: #DBDBDB. Windows color (decimal): -467073 or 8380408. OLE color: 8380408.
HSL color Cylindrical-coordinate representation of color #F8DF7F: hue angle of 47.6º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8DF7F is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 127 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.03 |
| HSL | 47.6º | 0.9% | 0.74% | - |
| HSV(B) | 47.6º | 0.49% | 0.97% | - |
| XYZ | 68.93 | 74.26 | 30.78 | - |
| YUV | 219.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 127 | 0 | 0.10 | 0.49 | 0.03 | 47.6 | 0.9 | 0.74 |
| Hex | F8 | DF | 7F | 0 | A | 31 | 3 | 30 | 5A | 4A |
| Octal | 370 | 337 | 177 | 0 | 12 | 61 | 3 | 60 | 132 | 112 |
| Binary | 11111000 | 11011111 | 1111111 | 0 | 1010 | 110001 | 11 | 110000 | 1011010 | 1001010 |
Color Harmonies of #F8DF7F
Complementary color
Monochromatic Colors of #F8DF7F
Black with #F8DF7F
Text Example
Text Example
White with #F8DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF7F; }
p { color: rgb(248,223,127); }
H1.HeaderClassName
{
color: #F8DF7F;
}
.AnyTagClassName
{
color: #F8DF7F;
}
</style>
background-color css
<style>
a { background-color: #F8DF7F; }
a { background-color: rgb(248,223,127); }
div.DivClassName
{
background-color: #F8DF7F;
}
.BgClassName
{
background-color: #F8DF7F;
}
</style>
border-color css
<style>
span { border-color: #F8DF7F; }
span { border-color: rgb(248,223,127); }
td.TdClassName
{
border-color: #F8DF7F;
}
.TagClassName
{
border-color: #F8DF7F;
}
</style>