Shades of New Tan #F0C290
Tints of New Tan #F0C290
RGB
CMYK
RGB Variations
Color information
#F0C290 (or 0xF0C290) is known color: New Tan. HEX triplet: F0, C2 and 90. RGB value is (240,194,144). Sum of RGB (Red+Green+Blue) = 240+194+144=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C290 is #0F3D6F. Grayscale: #CACACA. Windows color (decimal): -998768 or 9487088. OLE color: 9487088.
HSL color Cylindrical-coordinate representation of color #F0C290: hue angle of 31.25º 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 #F0C290 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 144 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.06 |
| HSL | 31.25º | 0.76% | 0.75% | - |
| HSV(B) | 31.25º | 0.4% | 0.94% | - |
| XYZ | 60.26 | 59.12 | 34.62 | - |
| YUV | 202.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 144 | 0 | 0.19 | 0.4 | 0.06 | 31.25 | 0.76 | 0.75 |
| Hex | F0 | C2 | 90 | 0 | 13 | 28 | 6 | 1F | 4C | 4B |
| Octal | 360 | 302 | 220 | 0 | 23 | 50 | 6 | 37 | 114 | 113 |
| Binary | 11110000 | 11000010 | 10010000 | 0 | 10011 | 101000 | 110 | 11111 | 1001100 | 1001011 |
Color Harmonies of #F0C290
Complementary color
Monochromatic Colors of #F0C290
Black with #F0C290
Text Example
Text Example
White with #F0C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C290; }
p { color: rgb(240,194,144); }
H1.HeaderClassName
{
color: #F0C290;
}
.AnyTagClassName
{
color: #F0C290;
}
</style>
background-color css
<style>
a { background-color: #F0C290; }
a { background-color: rgb(240,194,144); }
div.DivClassName
{
background-color: #F0C290;
}
.BgClassName
{
background-color: #F0C290;
}
</style>
border-color css
<style>
span { border-color: #F0C290; }
span { border-color: rgb(240,194,144); }
td.TdClassName
{
border-color: #F0C290;
}
.TagClassName
{
border-color: #F0C290;
}
</style>