Shades of Buff #F5E17E
Tints of Buff #F5E17E
RGB
CMYK
RGB Variations
Color information
#F5E17E (or 0xF5E17E) is known color: Buff. HEX triplet: F5, E1 and 7E. RGB value is (245,225,126). Sum of RGB (Red+Green+Blue) = 245+225+126=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E17E is #0A1E81. Grayscale: #DCDCDC. Windows color (decimal): -663170 or 8315381. OLE color: 8315381.
HSL color Cylindrical-coordinate representation of color #F5E17E: hue angle of 49.92º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E17E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 126 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.04 |
| HSL | 49.92º | 0.86% | 0.73% | - |
| HSV(B) | 49.92º | 0.49% | 0.96% | - |
| XYZ | 68.35 | 74.77 | 30.57 | - |
| YUV | 219.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 126 | 0 | 0.08 | 0.49 | 0.04 | 49.92 | 0.86 | 0.73 |
| Hex | F5 | E1 | 7E | 0 | 8 | 31 | 4 | 32 | 56 | 49 |
| Octal | 365 | 341 | 176 | 0 | 10 | 61 | 4 | 62 | 126 | 111 |
| Binary | 11110101 | 11100001 | 1111110 | 0 | 1000 | 110001 | 100 | 110010 | 1010110 | 1001001 |
Color Harmonies of #F5E17E
Complementary color
Monochromatic Colors of #F5E17E
Black with #F5E17E
Text Example
Text Example
White with #F5E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E17E; }
p { color: rgb(245,225,126); }
H1.HeaderClassName
{
color: #F5E17E;
}
.AnyTagClassName
{
color: #F5E17E;
}
</style>
background-color css
<style>
a { background-color: #F5E17E; }
a { background-color: rgb(245,225,126); }
div.DivClassName
{
background-color: #F5E17E;
}
.BgClassName
{
background-color: #F5E17E;
}
</style>
border-color css
<style>
span { border-color: #F5E17E; }
span { border-color: rgb(245,225,126); }
td.TdClassName
{
border-color: #F5E17E;
}
.TagClassName
{
border-color: #F5E17E;
}
</style>