Shades of Buff #F4DE7D
Tints of Buff #F4DE7D
RGB
CMYK
RGB Variations
Color information
#F4DE7D (or 0xF4DE7D) is known color: Buff. HEX triplet: F4, DE and 7D. RGB value is (244,222,125). Sum of RGB (Red+Green+Blue) = 244+222+125=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DE7D is #0B2182. Grayscale: #D9D9D9. Windows color (decimal): -729475 or 8249076. OLE color: 8249076.
HSL color Cylindrical-coordinate representation of color #F4DE7D: hue angle of 48.91º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4DE7D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 125 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 48.91º | 0.84% | 0.72% | - |
| HSV(B) | 48.91º | 0.49% | 0.96% | - |
| XYZ | 67.13 | 72.96 | 29.95 | - |
| YUV | 217.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 125 | 0 | 0.09 | 0.49 | 0.04 | 48.91 | 0.84 | 0.72 |
| Hex | F4 | DE | 7D | 0 | 9 | 31 | 4 | 31 | 54 | 48 |
| Octal | 364 | 336 | 175 | 0 | 11 | 61 | 4 | 61 | 124 | 110 |
| Binary | 11110100 | 11011110 | 1111101 | 0 | 1001 | 110001 | 100 | 110001 | 1010100 | 1001000 |
Color Harmonies of #F4DE7D
Complementary color
Monochromatic Colors of #F4DE7D
Black with #F4DE7D
Text Example
Text Example
White with #F4DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DE7D; }
p { color: rgb(244,222,125); }
H1.HeaderClassName
{
color: #F4DE7D;
}
.AnyTagClassName
{
color: #F4DE7D;
}
</style>
background-color css
<style>
a { background-color: #F4DE7D; }
a { background-color: rgb(244,222,125); }
div.DivClassName
{
background-color: #F4DE7D;
}
.BgClassName
{
background-color: #F4DE7D;
}
</style>
border-color css
<style>
span { border-color: #F4DE7D; }
span { border-color: rgb(244,222,125); }
td.TdClassName
{
border-color: #F4DE7D;
}
.TagClassName
{
border-color: #F4DE7D;
}
</style>