Shades of New Tan #F0C291
Tints of New Tan #F0C291
RGB
CMYK
RGB Variations
Color information
#F0C291 (or 0xF0C291) is known color: New Tan. HEX triplet: F0, C2 and 91. RGB value is (240,194,145). Sum of RGB (Red+Green+Blue) = 240+194+145=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C291 is #0F3D6E. Grayscale: #CACACA. Windows color (decimal): -998767 or 9552624. OLE color: 9552624.
HSL color Cylindrical-coordinate representation of color #F0C291: hue angle of 30.95º 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 #F0C291 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 145 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.06 |
| HSL | 30.95º | 0.76% | 0.75% | - |
| HSV(B) | 30.95º | 0.4% | 0.94% | - |
| XYZ | 60.34 | 59.15 | 35.03 | - |
| YUV | 202.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 145 | 0 | 0.19 | 0.40 | 0.06 | 30.95 | 0.76 | 0.75 |
| Hex | F0 | C2 | 91 | 0 | 13 | 28 | 6 | 1F | 4C | 4B |
| Octal | 360 | 302 | 221 | 0 | 23 | 50 | 6 | 37 | 114 | 113 |
| Binary | 11110000 | 11000010 | 10010001 | 0 | 10011 | 101000 | 110 | 11111 | 1001100 | 1001011 |
Color Harmonies of #F0C291
Complementary color
Monochromatic Colors of #F0C291
Black with #F0C291
Text Example
Text Example
White with #F0C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C291; }
p { color: rgb(240,194,145); }
H1.HeaderClassName
{
color: #F0C291;
}
.AnyTagClassName
{
color: #F0C291;
}
</style>
background-color css
<style>
a { background-color: #F0C291; }
a { background-color: rgb(240,194,145); }
div.DivClassName
{
background-color: #F0C291;
}
.BgClassName
{
background-color: #F0C291;
}
</style>
border-color css
<style>
span { border-color: #F0C291; }
span { border-color: rgb(240,194,145); }
td.TdClassName
{
border-color: #F0C291;
}
.TagClassName
{
border-color: #F0C291;
}
</style>