Shades of Buff #F5E07F
Tints of Buff #F5E07F
RGB
CMYK
RGB Variations
Color information
#F5E07F (or 0xF5E07F) is known color: Buff. HEX triplet: F5, E0 and 7F. RGB value is (245,224,127). Sum of RGB (Red+Green+Blue) = 245+224+127=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E07F is #0A1F80. Grayscale: #DBDBDB. Windows color (decimal): -663425 or 8380661. OLE color: 8380661.
HSL color Cylindrical-coordinate representation of color #F5E07F: hue angle of 49.32º 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 #F5E07F is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 127 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.04 |
| HSL | 49.32º | 0.86% | 0.73% | - |
| HSV(B) | 49.32º | 0.48% | 0.96% | - |
| XYZ | 68.14 | 74.26 | 30.82 | - |
| YUV | 219.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 127 | 0 | 0.09 | 0.48 | 0.04 | 49.32 | 0.86 | 0.73 |
| Hex | F5 | E0 | 7F | 0 | 9 | 30 | 4 | 31 | 56 | 49 |
| Octal | 365 | 340 | 177 | 0 | 11 | 60 | 4 | 61 | 126 | 111 |
| Binary | 11110101 | 11100000 | 1111111 | 0 | 1001 | 110000 | 100 | 110001 | 1010110 | 1001001 |
Color Harmonies of #F5E07F
Complementary color
Monochromatic Colors of #F5E07F
Black with #F5E07F
Text Example
Text Example
White with #F5E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E07F; }
p { color: rgb(245,224,127); }
H1.HeaderClassName
{
color: #F5E07F;
}
.AnyTagClassName
{
color: #F5E07F;
}
</style>
background-color css
<style>
a { background-color: #F5E07F; }
a { background-color: rgb(245,224,127); }
div.DivClassName
{
background-color: #F5E07F;
}
.BgClassName
{
background-color: #F5E07F;
}
</style>
border-color css
<style>
span { border-color: #F5E07F; }
span { border-color: rgb(245,224,127); }
td.TdClassName
{
border-color: #F5E07F;
}
.TagClassName
{
border-color: #F5E07F;
}
</style>