Shades of Buff #F3DC8A
Tints of Buff #F3DC8A
RGB
CMYK
RGB Variations
Color information
#F3DC8A (or 0xF3DC8A) is known color: Buff. HEX triplet: F3, DC and 8A. RGB value is (243,220,138). Sum of RGB (Red+Green+Blue) = 243+220+138=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC8A is #0C2375. Grayscale: #D9D9D9. Windows color (decimal): -795510 or 9100531. OLE color: 9100531.
HSL color Cylindrical-coordinate representation of color #F3DC8A: hue angle of 46.86º 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 #F3DC8A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 138 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.05 |
| HSL | 46.86º | 0.81% | 0.75% | - |
| HSV(B) | 46.86º | 0.43% | 0.95% | - |
| XYZ | 67.14 | 72.08 | 34.42 | - |
| YUV | 217.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 138 | 0 | 0.09 | 0.43 | 0.05 | 46.86 | 0.81 | 0.75 |
| Hex | F3 | DC | 8A | 0 | 9 | 2B | 5 | 2F | 51 | 4B |
| Octal | 363 | 334 | 212 | 0 | 11 | 53 | 5 | 57 | 121 | 113 |
| Binary | 11110011 | 11011100 | 10001010 | 0 | 1001 | 101011 | 101 | 101111 | 1010001 | 1001011 |
Color Harmonies of #F3DC8A
Complementary color
Monochromatic Colors of #F3DC8A
Black with #F3DC8A
Text Example
Text Example
White with #F3DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC8A; }
p { color: rgb(243,220,138); }
H1.HeaderClassName
{
color: #F3DC8A;
}
.AnyTagClassName
{
color: #F3DC8A;
}
</style>
background-color css
<style>
a { background-color: #F3DC8A; }
a { background-color: rgb(243,220,138); }
div.DivClassName
{
background-color: #F3DC8A;
}
.BgClassName
{
background-color: #F3DC8A;
}
</style>
border-color css
<style>
span { border-color: #F3DC8A; }
span { border-color: rgb(243,220,138); }
td.TdClassName
{
border-color: #F3DC8A;
}
.TagClassName
{
border-color: #F3DC8A;
}
</style>