Shades of Buff #F3E082
Tints of Buff #F3E082
RGB
CMYK
RGB Variations
Color information
#F3E082 (or 0xF3E082) is known color: Buff. HEX triplet: F3, E0 and 82. RGB value is (243,224,130). Sum of RGB (Red+Green+Blue) = 243+224+130=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E082 is #0C1F7D. Grayscale: #DBDBDB. Windows color (decimal): -794494 or 8577267. OLE color: 8577267.
HSL color Cylindrical-coordinate representation of color #F3E082: hue angle of 49.91º degrees, saturation: 0.82, 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 #F3E082 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 130 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.05 |
| HSL | 49.91º | 0.82% | 0.73% | - |
| HSV(B) | 49.91º | 0.47% | 0.95% | - |
| XYZ | 67.65 | 73.98 | 31.83 | - |
| YUV | 218.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 130 | 0 | 0.08 | 0.47 | 0.05 | 49.91 | 0.82 | 0.73 |
| Hex | F3 | E0 | 82 | 0 | 8 | 2F | 5 | 32 | 52 | 49 |
| Octal | 363 | 340 | 202 | 0 | 10 | 57 | 5 | 62 | 122 | 111 |
| Binary | 11110011 | 11100000 | 10000010 | 0 | 1000 | 101111 | 101 | 110010 | 1010010 | 1001001 |
Color Harmonies of #F3E082
Complementary color
Monochromatic Colors of #F3E082
Black with #F3E082
Text Example
Text Example
White with #F3E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E082; }
p { color: rgb(243,224,130); }
H1.HeaderClassName
{
color: #F3E082;
}
.AnyTagClassName
{
color: #F3E082;
}
</style>
background-color css
<style>
a { background-color: #F3E082; }
a { background-color: rgb(243,224,130); }
div.DivClassName
{
background-color: #F3E082;
}
.BgClassName
{
background-color: #F3E082;
}
</style>
border-color css
<style>
span { border-color: #F3E082; }
span { border-color: rgb(243,224,130); }
td.TdClassName
{
border-color: #F3E082;
}
.TagClassName
{
border-color: #F3E082;
}
</style>