Shades of Buff #F3E084
Tints of Buff #F3E084
RGB
CMYK
RGB Variations
Color information
#F3E084 (or 0xF3E084) is known color: Buff. HEX triplet: F3, E0 and 84. RGB value is (243,224,132). Sum of RGB (Red+Green+Blue) = 243+224+132=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E084 is #0C1F7B. Grayscale: #DBDBDB. Windows color (decimal): -794492 or 8708339. OLE color: 8708339.
HSL color Cylindrical-coordinate representation of color #F3E084: hue angle of 49.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3E084 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 132 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.05 |
| HSL | 49.73º | 0.82% | 0.74% | - |
| HSV(B) | 49.73º | 0.46% | 0.95% | - |
| XYZ | 67.78 | 74.03 | 32.55 | - |
| YUV | 219.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 132 | 0 | 0.08 | 0.46 | 0.05 | 49.73 | 0.82 | 0.74 |
| Hex | F3 | E0 | 84 | 0 | 8 | 2E | 5 | 32 | 52 | 4A |
| Octal | 363 | 340 | 204 | 0 | 10 | 56 | 5 | 62 | 122 | 112 |
| Binary | 11110011 | 11100000 | 10000100 | 0 | 1000 | 101110 | 101 | 110010 | 1010010 | 1001010 |
Color Harmonies of #F3E084
Complementary color
Monochromatic Colors of #F3E084
Black with #F3E084
Text Example
Text Example
White with #F3E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E084; }
p { color: rgb(243,224,132); }
H1.HeaderClassName
{
color: #F3E084;
}
.AnyTagClassName
{
color: #F3E084;
}
</style>
background-color css
<style>
a { background-color: #F3E084; }
a { background-color: rgb(243,224,132); }
div.DivClassName
{
background-color: #F3E084;
}
.BgClassName
{
background-color: #F3E084;
}
</style>
border-color css
<style>
span { border-color: #F3E084; }
span { border-color: rgb(243,224,132); }
td.TdClassName
{
border-color: #F3E084;
}
.TagClassName
{
border-color: #F3E084;
}
</style>