Shades of Buff #F5E17F
Tints of Buff #F5E17F
RGB
CMYK
RGB Variations
Color information
#F5E17F (or 0xF5E17F) is known color: Buff. HEX triplet: F5, E1 and 7F. RGB value is (245,225,127). Sum of RGB (Red+Green+Blue) = 245+225+127=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E17F is #0A1E80. Grayscale: #DCDCDC. Windows color (decimal): -663169 or 8380917. OLE color: 8380917.
HSL color Cylindrical-coordinate representation of color #F5E17F: hue angle of 49.83º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E17F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 127 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.04 |
| HSL | 49.83º | 0.86% | 0.73% | - |
| HSV(B) | 49.83º | 0.48% | 0.96% | - |
| XYZ | 68.41 | 74.8 | 30.91 | - |
| YUV | 219.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 127 | 0 | 0.08 | 0.48 | 0.04 | 49.83 | 0.86 | 0.73 |
| Hex | F5 | E1 | 7F | 0 | 8 | 30 | 4 | 32 | 56 | 49 |
| Octal | 365 | 341 | 177 | 0 | 10 | 60 | 4 | 62 | 126 | 111 |
| Binary | 11110101 | 11100001 | 1111111 | 0 | 1000 | 110000 | 100 | 110010 | 1010110 | 1001001 |
Color Harmonies of #F5E17F
Complementary color
Monochromatic Colors of #F5E17F
Black with #F5E17F
Text Example
Text Example
White with #F5E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E17F; }
p { color: rgb(245,225,127); }
H1.HeaderClassName
{
color: #F5E17F;
}
.AnyTagClassName
{
color: #F5E17F;
}
</style>
background-color css
<style>
a { background-color: #F5E17F; }
a { background-color: rgb(245,225,127); }
div.DivClassName
{
background-color: #F5E17F;
}
.BgClassName
{
background-color: #F5E17F;
}
</style>
border-color css
<style>
span { border-color: #F5E17F; }
span { border-color: rgb(245,225,127); }
td.TdClassName
{
border-color: #F5E17F;
}
.TagClassName
{
border-color: #F5E17F;
}
</style>