Shades of Buff #F5DE8B
Tints of Buff #F5DE8B
RGB
CMYK
RGB Variations
Color information
#F5DE8B (or 0xF5DE8B) is known color: Buff. HEX triplet: F5, DE and 8B. RGB value is (245,222,139). Sum of RGB (Red+Green+Blue) = 245+222+139=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DE8B is #0A2174. Grayscale: #DBDBDB. Windows color (decimal): -663925 or 9166581. OLE color: 9166581.
HSL color Cylindrical-coordinate representation of color #F5DE8B: hue angle of 46.98º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5DE8B is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 139 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.04 |
| HSL | 46.98º | 0.84% | 0.75% | - |
| HSV(B) | 46.98º | 0.43% | 0.96% | - |
| XYZ | 68.44 | 73.52 | 35.01 | - |
| YUV | 219.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 139 | 0 | 0.09 | 0.43 | 0.04 | 46.98 | 0.84 | 0.75 |
| Hex | F5 | DE | 8B | 0 | 9 | 2B | 4 | 2F | 54 | 4B |
| Octal | 365 | 336 | 213 | 0 | 11 | 53 | 4 | 57 | 124 | 113 |
| Binary | 11110101 | 11011110 | 10001011 | 0 | 1001 | 101011 | 100 | 101111 | 1010100 | 1001011 |
Color Harmonies of #F5DE8B
Complementary color
Monochromatic Colors of #F5DE8B
Black with #F5DE8B
Text Example
Text Example
White with #F5DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DE8B; }
p { color: rgb(245,222,139); }
H1.HeaderClassName
{
color: #F5DE8B;
}
.AnyTagClassName
{
color: #F5DE8B;
}
</style>
background-color css
<style>
a { background-color: #F5DE8B; }
a { background-color: rgb(245,222,139); }
div.DivClassName
{
background-color: #F5DE8B;
}
.BgClassName
{
background-color: #F5DE8B;
}
</style>
border-color css
<style>
span { border-color: #F5DE8B; }
span { border-color: rgb(245,222,139); }
td.TdClassName
{
border-color: #F5DE8B;
}
.TagClassName
{
border-color: #F5DE8B;
}
</style>