Shades of New Tan #F0BE90
Tints of New Tan #F0BE90
RGB
CMYK
RGB Variations
Color information
#F0BE90 (or 0xF0BE90) is known color: New Tan. HEX triplet: F0, BE and 90. RGB value is (240,190,144). Sum of RGB (Red+Green+Blue) = 240+190+144=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BE90 is #0F416F. Grayscale: #C7C7C7. Windows color (decimal): -999792 or 9486064. OLE color: 9486064.
HSL color Cylindrical-coordinate representation of color #F0BE90: hue angle of 28.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0BE90 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 144 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.06 |
| HSL | 28.75º | 0.76% | 0.75% | - |
| HSV(B) | 28.75º | 0.4% | 0.94% | - |
| XYZ | 59.38 | 57.37 | 34.33 | - |
| YUV | 199.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 144 | 0 | 0.21 | 0.4 | 0.06 | 28.75 | 0.76 | 0.75 |
| Hex | F0 | BE | 90 | 0 | 15 | 28 | 6 | 1D | 4C | 4B |
| Octal | 360 | 276 | 220 | 0 | 25 | 50 | 6 | 35 | 114 | 113 |
| Binary | 11110000 | 10111110 | 10010000 | 0 | 10101 | 101000 | 110 | 11101 | 1001100 | 1001011 |
Color Harmonies of #F0BE90
Complementary color
Monochromatic Colors of #F0BE90
Black with #F0BE90
Text Example
Text Example
White with #F0BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE90; }
p { color: rgb(240,190,144); }
H1.HeaderClassName
{
color: #F0BE90;
}
.AnyTagClassName
{
color: #F0BE90;
}
</style>
background-color css
<style>
a { background-color: #F0BE90; }
a { background-color: rgb(240,190,144); }
div.DivClassName
{
background-color: #F0BE90;
}
.BgClassName
{
background-color: #F0BE90;
}
</style>
border-color css
<style>
span { border-color: #F0BE90; }
span { border-color: rgb(240,190,144); }
td.TdClassName
{
border-color: #F0BE90;
}
.TagClassName
{
border-color: #F0BE90;
}
</style>