Shades of Buff #F3E080
Tints of Buff #F3E080
RGB
CMYK
RGB Variations
Color information
#F3E080 (or 0xF3E080) is known color: Buff. HEX triplet: F3, E0 and 80. RGB value is (243,224,128). Sum of RGB (Red+Green+Blue) = 243+224+128=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E080 is #0C1F7F. Grayscale: #DBDBDB. Windows color (decimal): -794496 or 8446195. OLE color: 8446195.
HSL color Cylindrical-coordinate representation of color #F3E080: hue angle of 50.09º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3E080 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 128 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.05 |
| HSL | 50.09º | 0.83% | 0.73% | - |
| HSV(B) | 50.09º | 0.47% | 0.95% | - |
| XYZ | 67.51 | 73.92 | 31.13 | - |
| YUV | 218.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 128 | 0 | 0.08 | 0.47 | 0.05 | 50.09 | 0.83 | 0.73 |
| Hex | F3 | E0 | 80 | 0 | 8 | 2F | 5 | 32 | 53 | 49 |
| Octal | 363 | 340 | 200 | 0 | 10 | 57 | 5 | 62 | 123 | 111 |
| Binary | 11110011 | 11100000 | 10000000 | 0 | 1000 | 101111 | 101 | 110010 | 1010011 | 1001001 |
Color Harmonies of #F3E080
Complementary color
Monochromatic Colors of #F3E080
Black with #F3E080
Text Example
Text Example
White with #F3E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E080; }
p { color: rgb(243,224,128); }
H1.HeaderClassName
{
color: #F3E080;
}
.AnyTagClassName
{
color: #F3E080;
}
</style>
background-color css
<style>
a { background-color: #F3E080; }
a { background-color: rgb(243,224,128); }
div.DivClassName
{
background-color: #F3E080;
}
.BgClassName
{
background-color: #F3E080;
}
</style>
border-color css
<style>
span { border-color: #F3E080; }
span { border-color: rgb(243,224,128); }
td.TdClassName
{
border-color: #F3E080;
}
.TagClassName
{
border-color: #F3E080;
}
</style>