Shades of Buff #FAE583
Tints of Buff #FAE583
RGB
CMYK
RGB Variations
Color information
#FAE583 (or 0xFAE583) is known color: Buff. HEX triplet: FA, E5 and 83. RGB value is (250,229,131). Sum of RGB (Red+Green+Blue) = 250+229+131=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 131 (51.56% from 255 or 21.48% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE583 is #051A7C. Grayscale: #E0E0E0. Windows color (decimal): -334461 or 8644090. OLE color: 8644090.
HSL color Cylindrical-coordinate representation of color #FAE583: hue angle of 49.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAE583 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 131 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.02 |
| HSL | 49.41º | 0.92% | 0.75% | - |
| HSV(B) | 49.41º | 0.48% | 0.98% | - |
| XYZ | 71.54 | 78 | 32.76 | - |
| YUV | 224.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 131 | 0 | 0.08 | 0.48 | 0.02 | 49.41 | 0.92 | 0.75 |
| Hex | FA | E5 | 83 | 0 | 8 | 30 | 2 | 31 | 5C | 4B |
| Octal | 372 | 345 | 203 | 0 | 10 | 60 | 2 | 61 | 134 | 113 |
| Binary | 11111010 | 11100101 | 10000011 | 0 | 1000 | 110000 | 10 | 110001 | 1011100 | 1001011 |
Color Harmonies of #FAE583
Complementary color
Monochromatic Colors of #FAE583
Black with #FAE583
Text Example
Text Example
White with #FAE583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE583; }
p { color: rgb(250,229,131); }
H1.HeaderClassName
{
color: #FAE583;
}
.AnyTagClassName
{
color: #FAE583;
}
</style>
background-color css
<style>
a { background-color: #FAE583; }
a { background-color: rgb(250,229,131); }
div.DivClassName
{
background-color: #FAE583;
}
.BgClassName
{
background-color: #FAE583;
}
</style>
border-color css
<style>
span { border-color: #FAE583; }
span { border-color: rgb(250,229,131); }
td.TdClassName
{
border-color: #FAE583;
}
.TagClassName
{
border-color: #FAE583;
}
</style>