Shades of Buff #F5E07D
Tints of Buff #F5E07D
RGB
CMYK
RGB Variations
Color information
#F5E07D (or 0xF5E07D) is known color: Buff. HEX triplet: F5, E0 and 7D. RGB value is (245,224,125). Sum of RGB (Red+Green+Blue) = 245+224+125=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E07D is #0A1F82. Grayscale: #DBDBDB. Windows color (decimal): -663427 or 8249589. OLE color: 8249589.
HSL color Cylindrical-coordinate representation of color #F5E07D: hue angle of 49.5º 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 #F5E07D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 125 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.04 |
| HSL | 49.5º | 0.86% | 0.73% | - |
| HSV(B) | 49.5º | 0.49% | 0.96% | - |
| XYZ | 68.01 | 74.2 | 30.14 | - |
| YUV | 218.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 125 | 0 | 0.09 | 0.49 | 0.04 | 49.5 | 0.86 | 0.73 |
| Hex | F5 | E0 | 7D | 0 | 9 | 31 | 4 | 32 | 56 | 49 |
| Octal | 365 | 340 | 175 | 0 | 11 | 61 | 4 | 62 | 126 | 111 |
| Binary | 11110101 | 11100000 | 1111101 | 0 | 1001 | 110001 | 100 | 110010 | 1010110 | 1001001 |
Color Harmonies of #F5E07D
Complementary color
Monochromatic Colors of #F5E07D
Black with #F5E07D
Text Example
Text Example
White with #F5E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E07D; }
p { color: rgb(245,224,125); }
H1.HeaderClassName
{
color: #F5E07D;
}
.AnyTagClassName
{
color: #F5E07D;
}
</style>
background-color css
<style>
a { background-color: #F5E07D; }
a { background-color: rgb(245,224,125); }
div.DivClassName
{
background-color: #F5E07D;
}
.BgClassName
{
background-color: #F5E07D;
}
</style>
border-color css
<style>
span { border-color: #F5E07D; }
span { border-color: rgb(245,224,125); }
td.TdClassName
{
border-color: #F5E07D;
}
.TagClassName
{
border-color: #F5E07D;
}
</style>