Shades of Buff #F0D583
Tints of Buff #F0D583
RGB
CMYK
RGB Variations
Color information
#F0D583 (or 0xF0D583) is known color: Buff. HEX triplet: F0, D5 and 83. RGB value is (240,213,131). Sum of RGB (Red+Green+Blue) = 240+213+131=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D583 is #0F2A7C. Grayscale: #D4D4D4. Windows color (decimal): -993917 or 8639984. OLE color: 8639984.
HSL color Cylindrical-coordinate representation of color #F0D583: hue angle of 45.14º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D583 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 131 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.06 |
| HSL | 45.14º | 0.78% | 0.73% | - |
| HSV(B) | 45.14º | 0.45% | 0.94% | - |
| XYZ | 63.83 | 67.75 | 31.19 | - |
| YUV | 211.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 131 | 0 | 0.11 | 0.45 | 0.06 | 45.14 | 0.78 | 0.73 |
| Hex | F0 | D5 | 83 | 0 | B | 2D | 6 | 2D | 4E | 49 |
| Octal | 360 | 325 | 203 | 0 | 13 | 55 | 6 | 55 | 116 | 111 |
| Binary | 11110000 | 11010101 | 10000011 | 0 | 1011 | 101101 | 110 | 101101 | 1001110 | 1001001 |
Color Harmonies of #F0D583
Complementary color
Monochromatic Colors of #F0D583
Black with #F0D583
Text Example
Text Example
White with #F0D583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D583; }
p { color: rgb(240,213,131); }
H1.HeaderClassName
{
color: #F0D583;
}
.AnyTagClassName
{
color: #F0D583;
}
</style>
background-color css
<style>
a { background-color: #F0D583; }
a { background-color: rgb(240,213,131); }
div.DivClassName
{
background-color: #F0D583;
}
.BgClassName
{
background-color: #F0D583;
}
</style>
border-color css
<style>
span { border-color: #F0D583; }
span { border-color: rgb(240,213,131); }
td.TdClassName
{
border-color: #F0D583;
}
.TagClassName
{
border-color: #F0D583;
}
</style>