Shades of Buff #F3DF83
Tints of Buff #F3DF83
RGB
CMYK
RGB Variations
Color information
#F3DF83 (or 0xF3DF83) is known color: Buff. HEX triplet: F3, DF and 83. RGB value is (243,223,131). Sum of RGB (Red+Green+Blue) = 243+223+131=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF83 is #0C207C. Grayscale: #DADADA. Windows color (decimal): -794749 or 8642547. OLE color: 8642547.
HSL color Cylindrical-coordinate representation of color #F3DF83: hue angle of 49.29º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3DF83 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 131 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.05 |
| HSL | 49.29º | 0.82% | 0.73% | - |
| HSV(B) | 49.29º | 0.46% | 0.95% | - |
| XYZ | 67.45 | 73.47 | 32.1 | - |
| YUV | 218.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 131 | 0 | 0.08 | 0.46 | 0.05 | 49.29 | 0.82 | 0.73 |
| Hex | F3 | DF | 83 | 0 | 8 | 2E | 5 | 31 | 52 | 49 |
| Octal | 363 | 337 | 203 | 0 | 10 | 56 | 5 | 61 | 122 | 111 |
| Binary | 11110011 | 11011111 | 10000011 | 0 | 1000 | 101110 | 101 | 110001 | 1010010 | 1001001 |
Color Harmonies of #F3DF83
Complementary color
Monochromatic Colors of #F3DF83
Black with #F3DF83
Text Example
Text Example
White with #F3DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF83; }
p { color: rgb(243,223,131); }
H1.HeaderClassName
{
color: #F3DF83;
}
.AnyTagClassName
{
color: #F3DF83;
}
</style>
background-color css
<style>
a { background-color: #F3DF83; }
a { background-color: rgb(243,223,131); }
div.DivClassName
{
background-color: #F3DF83;
}
.BgClassName
{
background-color: #F3DF83;
}
</style>
border-color css
<style>
span { border-color: #F3DF83; }
span { border-color: rgb(243,223,131); }
td.TdClassName
{
border-color: #F3DF83;
}
.TagClassName
{
border-color: #F3DF83;
}
</style>