Shades of Buff #F3DC7A
Tints of Buff #F3DC7A
RGB
CMYK
RGB Variations
Color information
#F3DC7A (or 0xF3DC7A) is known color: Buff. HEX triplet: F3, DC and 7A. RGB value is (243,220,122). Sum of RGB (Red+Green+Blue) = 243+220+122=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC7A is #0C2385. Grayscale: #D8D8D8. Windows color (decimal): -795526 or 8051955. OLE color: 8051955.
HSL color Cylindrical-coordinate representation of color #F3DC7A: hue angle of 48.6º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3DC7A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 122 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.05 |
| HSL | 48.6º | 0.83% | 0.72% | - |
| HSV(B) | 48.6º | 0.5% | 0.95% | - |
| XYZ | 66.07 | 71.65 | 28.76 | - |
| YUV | 215.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 122 | 0 | 0.09 | 0.50 | 0.05 | 48.6 | 0.83 | 0.72 |
| Hex | F3 | DC | 7A | 0 | 9 | 32 | 5 | 31 | 53 | 48 |
| Octal | 363 | 334 | 172 | 0 | 11 | 62 | 5 | 61 | 123 | 110 |
| Binary | 11110011 | 11011100 | 1111010 | 0 | 1001 | 110010 | 101 | 110001 | 1010011 | 1001000 |
Color Harmonies of #F3DC7A
Complementary color
Monochromatic Colors of #F3DC7A
Black with #F3DC7A
Text Example
Text Example
White with #F3DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC7A; }
p { color: rgb(243,220,122); }
H1.HeaderClassName
{
color: #F3DC7A;
}
.AnyTagClassName
{
color: #F3DC7A;
}
</style>
background-color css
<style>
a { background-color: #F3DC7A; }
a { background-color: rgb(243,220,122); }
div.DivClassName
{
background-color: #F3DC7A;
}
.BgClassName
{
background-color: #F3DC7A;
}
</style>
border-color css
<style>
span { border-color: #F3DC7A; }
span { border-color: rgb(243,220,122); }
td.TdClassName
{
border-color: #F3DC7A;
}
.TagClassName
{
border-color: #F3DC7A;
}
</style>