Shades of Buff #F3DC8B
Tints of Buff #F3DC8B
RGB
CMYK
RGB Variations
Color information
#F3DC8B (or 0xF3DC8B) is known color: Buff. HEX triplet: F3, DC and 8B. RGB value is (243,220,139). Sum of RGB (Red+Green+Blue) = 243+220+139=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC8B is #0C2374. Grayscale: #D9D9D9. Windows color (decimal): -795509 or 9166067. OLE color: 9166067.
HSL color Cylindrical-coordinate representation of color #F3DC8B: hue angle of 46.73º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3DC8B is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 139 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.05 |
| HSL | 46.73º | 0.81% | 0.75% | - |
| HSV(B) | 46.73º | 0.43% | 0.95% | - |
| XYZ | 67.22 | 72.11 | 34.8 | - |
| YUV | 217.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 139 | 0 | 0.09 | 0.43 | 0.05 | 46.73 | 0.81 | 0.75 |
| Hex | F3 | DC | 8B | 0 | 9 | 2B | 5 | 2F | 51 | 4B |
| Octal | 363 | 334 | 213 | 0 | 11 | 53 | 5 | 57 | 121 | 113 |
| Binary | 11110011 | 11011100 | 10001011 | 0 | 1001 | 101011 | 101 | 101111 | 1010001 | 1001011 |
Color Harmonies of #F3DC8B
Complementary color
Monochromatic Colors of #F3DC8B
Black with #F3DC8B
Text Example
Text Example
White with #F3DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC8B; }
p { color: rgb(243,220,139); }
H1.HeaderClassName
{
color: #F3DC8B;
}
.AnyTagClassName
{
color: #F3DC8B;
}
</style>
background-color css
<style>
a { background-color: #F3DC8B; }
a { background-color: rgb(243,220,139); }
div.DivClassName
{
background-color: #F3DC8B;
}
.BgClassName
{
background-color: #F3DC8B;
}
</style>
border-color css
<style>
span { border-color: #F3DC8B; }
span { border-color: rgb(243,220,139); }
td.TdClassName
{
border-color: #F3DC8B;
}
.TagClassName
{
border-color: #F3DC8B;
}
</style>