Shades of Buff #F5E382
Tints of Buff #F5E382
RGB
CMYK
RGB Variations
Color information
#F5E382 (or 0xF5E382) is known color: Buff. HEX triplet: F5, E3 and 82. RGB value is (245,227,130). Sum of RGB (Red+Green+Blue) = 245+227+130=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E382 is #0A1C7D. Grayscale: #DDDDDD. Windows color (decimal): -662654 or 8578037. OLE color: 8578037.
HSL color Cylindrical-coordinate representation of color #F5E382: hue angle of 50.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E382 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 130 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.04 |
| HSL | 50.61º | 0.85% | 0.74% | - |
| HSV(B) | 50.61º | 0.47% | 0.96% | - |
| XYZ | 69.15 | 75.96 | 32.14 | - |
| YUV | 221.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 130 | 0 | 0.07 | 0.47 | 0.04 | 50.61 | 0.85 | 0.74 |
| Hex | F5 | E3 | 82 | 0 | 7 | 2F | 4 | 33 | 55 | 4A |
| Octal | 365 | 343 | 202 | 0 | 7 | 57 | 4 | 63 | 125 | 112 |
| Binary | 11110101 | 11100011 | 10000010 | 0 | 111 | 101111 | 100 | 110011 | 1010101 | 1001010 |
Color Harmonies of #F5E382
Complementary color
Monochromatic Colors of #F5E382
Black with #F5E382
Text Example
Text Example
White with #F5E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E382; }
p { color: rgb(245,227,130); }
H1.HeaderClassName
{
color: #F5E382;
}
.AnyTagClassName
{
color: #F5E382;
}
</style>
background-color css
<style>
a { background-color: #F5E382; }
a { background-color: rgb(245,227,130); }
div.DivClassName
{
background-color: #F5E382;
}
.BgClassName
{
background-color: #F5E382;
}
</style>
border-color css
<style>
span { border-color: #F5E382; }
span { border-color: rgb(245,227,130); }
td.TdClassName
{
border-color: #F5E382;
}
.TagClassName
{
border-color: #F5E382;
}
</style>