Shades of Buff #FADF89
Tints of Buff #FADF89
RGB
CMYK
RGB Variations
Color information
#FADF89 (or 0xFADF89) is known color: Buff. HEX triplet: FA, DF and 89. RGB value is (250,223,137). Sum of RGB (Red+Green+Blue) = 250+223+137=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF89 is #052076. Grayscale: #DDDDDD. Windows color (decimal): -335991 or 9035770. OLE color: 9035770.
HSL color Cylindrical-coordinate representation of color #FADF89: hue angle of 45.66º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FADF89 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 137 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.02 |
| HSL | 45.66º | 0.92% | 0.76% | - |
| HSV(B) | 45.66º | 0.45% | 0.98% | - |
| XYZ | 70.33 | 74.91 | 34.42 | - |
| YUV | 221.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 137 | 0 | 0.11 | 0.45 | 0.02 | 45.66 | 0.92 | 0.76 |
| Hex | FA | DF | 89 | 0 | B | 2D | 2 | 2E | 5C | 4C |
| Octal | 372 | 337 | 211 | 0 | 13 | 55 | 2 | 56 | 134 | 114 |
| Binary | 11111010 | 11011111 | 10001001 | 0 | 1011 | 101101 | 10 | 101110 | 1011100 | 1001100 |
Color Harmonies of #FADF89
Complementary color
Monochromatic Colors of #FADF89
Black with #FADF89
Text Example
Text Example
White with #FADF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF89; }
p { color: rgb(250,223,137); }
H1.HeaderClassName
{
color: #FADF89;
}
.AnyTagClassName
{
color: #FADF89;
}
</style>
background-color css
<style>
a { background-color: #FADF89; }
a { background-color: rgb(250,223,137); }
div.DivClassName
{
background-color: #FADF89;
}
.BgClassName
{
background-color: #FADF89;
}
</style>
border-color css
<style>
span { border-color: #FADF89; }
span { border-color: rgb(250,223,137); }
td.TdClassName
{
border-color: #FADF89;
}
.TagClassName
{
border-color: #FADF89;
}
</style>