Shades of Buff #FADF87
Tints of Buff #FADF87
RGB
CMYK
RGB Variations
Color information
#FADF87 (or 0xFADF87) is known color: Buff. HEX triplet: FA, DF and 87. RGB value is (250,223,135). Sum of RGB (Red+Green+Blue) = 250+223+135=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF87 is #052078. Grayscale: #DDDDDD. Windows color (decimal): -335993 or 8904698. OLE color: 8904698.
HSL color Cylindrical-coordinate representation of color #FADF87: hue angle of 45.91º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FADF87 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 135 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.02 |
| HSL | 45.91º | 0.92% | 0.75% | - |
| HSV(B) | 45.91º | 0.46% | 0.98% | - |
| XYZ | 70.19 | 74.85 | 33.67 | - |
| YUV | 221.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 135 | 0 | 0.11 | 0.46 | 0.02 | 45.91 | 0.92 | 0.75 |
| Hex | FA | DF | 87 | 0 | B | 2E | 2 | 2E | 5C | 4B |
| Octal | 372 | 337 | 207 | 0 | 13 | 56 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011111 | 10000111 | 0 | 1011 | 101110 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADF87
Complementary color
Monochromatic Colors of #FADF87
Black with #FADF87
Text Example
Text Example
White with #FADF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF87; }
p { color: rgb(250,223,135); }
H1.HeaderClassName
{
color: #FADF87;
}
.AnyTagClassName
{
color: #FADF87;
}
</style>
background-color css
<style>
a { background-color: #FADF87; }
a { background-color: rgb(250,223,135); }
div.DivClassName
{
background-color: #FADF87;
}
.BgClassName
{
background-color: #FADF87;
}
</style>
border-color css
<style>
span { border-color: #FADF87; }
span { border-color: rgb(250,223,135); }
td.TdClassName
{
border-color: #FADF87;
}
.TagClassName
{
border-color: #FADF87;
}
</style>