Shades of Buff #F3D68A
Tints of Buff #F3D68A
RGB
CMYK
RGB Variations
Color information
#F3D68A (or 0xF3D68A) is known color: Buff. HEX triplet: F3, D6 and 8A. RGB value is (243,214,138). Sum of RGB (Red+Green+Blue) = 243+214+138=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D68A is #0C2975. Grayscale: #D6D6D6. Windows color (decimal): -797046 or 9098995. OLE color: 9098995.
HSL color Cylindrical-coordinate representation of color #F3D68A: hue angle of 43.43º 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 #F3D68A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 138 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.05 |
| HSL | 43.43º | 0.81% | 0.75% | - |
| HSV(B) | 43.43º | 0.43% | 0.95% | - |
| XYZ | 65.6 | 68.98 | 33.9 | - |
| YUV | 214.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 138 | 0 | 0.12 | 0.43 | 0.05 | 43.43 | 0.81 | 0.75 |
| Hex | F3 | D6 | 8A | 0 | C | 2B | 5 | 2B | 51 | 4B |
| Octal | 363 | 326 | 212 | 0 | 14 | 53 | 5 | 53 | 121 | 113 |
| Binary | 11110011 | 11010110 | 10001010 | 0 | 1100 | 101011 | 101 | 101011 | 1010001 | 1001011 |
Color Harmonies of #F3D68A
Complementary color
Monochromatic Colors of #F3D68A
Black with #F3D68A
Text Example
Text Example
White with #F3D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D68A; }
p { color: rgb(243,214,138); }
H1.HeaderClassName
{
color: #F3D68A;
}
.AnyTagClassName
{
color: #F3D68A;
}
</style>
background-color css
<style>
a { background-color: #F3D68A; }
a { background-color: rgb(243,214,138); }
div.DivClassName
{
background-color: #F3D68A;
}
.BgClassName
{
background-color: #F3D68A;
}
</style>
border-color css
<style>
span { border-color: #F3D68A; }
span { border-color: rgb(243,214,138); }
td.TdClassName
{
border-color: #F3D68A;
}
.TagClassName
{
border-color: #F3D68A;
}
</style>