Shades of Buff #F4D983
Tints of Buff #F4D983
RGB
CMYK
RGB Variations
Color information
#F4D983 (or 0xF4D983) is known color: Buff. HEX triplet: F4, D9 and 83. RGB value is (244,217,131). Sum of RGB (Red+Green+Blue) = 244+217+131=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D983 is #0B267C. Grayscale: #D7D7D7. Windows color (decimal): -730749 or 8641012. OLE color: 8641012.
HSL color Cylindrical-coordinate representation of color #F4D983: hue angle of 45.66º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4D983 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 131 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.04 |
| HSL | 45.66º | 0.84% | 0.74% | - |
| HSV(B) | 45.66º | 0.46% | 0.96% | - |
| XYZ | 66.22 | 70.5 | 31.59 | - |
| YUV | 215.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 131 | 0 | 0.11 | 0.46 | 0.04 | 45.66 | 0.84 | 0.74 |
| Hex | F4 | D9 | 83 | 0 | B | 2E | 4 | 2E | 54 | 4A |
| Octal | 364 | 331 | 203 | 0 | 13 | 56 | 4 | 56 | 124 | 112 |
| Binary | 11110100 | 11011001 | 10000011 | 0 | 1011 | 101110 | 100 | 101110 | 1010100 | 1001010 |
Color Harmonies of #F4D983
Complementary color
Monochromatic Colors of #F4D983
Black with #F4D983
Text Example
Text Example
White with #F4D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D983; }
p { color: rgb(244,217,131); }
H1.HeaderClassName
{
color: #F4D983;
}
.AnyTagClassName
{
color: #F4D983;
}
</style>
background-color css
<style>
a { background-color: #F4D983; }
a { background-color: rgb(244,217,131); }
div.DivClassName
{
background-color: #F4D983;
}
.BgClassName
{
background-color: #F4D983;
}
</style>
border-color css
<style>
span { border-color: #F4D983; }
span { border-color: rgb(244,217,131); }
td.TdClassName
{
border-color: #F4D983;
}
.TagClassName
{
border-color: #F4D983;
}
</style>