Shades of New Tan #F2C692
Tints of New Tan #F2C692
RGB
CMYK
RGB Variations
Color information
#F2C692 (or 0xF2C692) is known color: New Tan. HEX triplet: F2, C6 and 92. RGB value is (242,198,146). Sum of RGB (Red+Green+Blue) = 242+198+146=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C692 is #0D396D. Grayscale: #CDCDCD. Windows color (decimal): -866670 or 9619186. OLE color: 9619186.
HSL color Cylindrical-coordinate representation of color #F2C692: hue angle of 32.5º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2C692 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 146 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.05 |
| HSL | 32.5º | 0.79% | 0.76% | - |
| HSV(B) | 32.5º | 0.4% | 0.95% | - |
| XYZ | 62 | 61.34 | 35.77 | - |
| YUV | 205.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 146 | 0 | 0.18 | 0.40 | 0.05 | 32.5 | 0.79 | 0.76 |
| Hex | F2 | C6 | 92 | 0 | 12 | 28 | 5 | 20 | 4F | 4C |
| Octal | 362 | 306 | 222 | 0 | 22 | 50 | 5 | 40 | 117 | 114 |
| Binary | 11110010 | 11000110 | 10010010 | 0 | 10010 | 101000 | 101 | 100000 | 1001111 | 1001100 |
Color Harmonies of #F2C692
Complementary color
Monochromatic Colors of #F2C692
Black with #F2C692
Text Example
Text Example
White with #F2C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C692; }
p { color: rgb(242,198,146); }
H1.HeaderClassName
{
color: #F2C692;
}
.AnyTagClassName
{
color: #F2C692;
}
</style>
background-color css
<style>
a { background-color: #F2C692; }
a { background-color: rgb(242,198,146); }
div.DivClassName
{
background-color: #F2C692;
}
.BgClassName
{
background-color: #F2C692;
}
</style>
border-color css
<style>
span { border-color: #F2C692; }
span { border-color: rgb(242,198,146); }
td.TdClassName
{
border-color: #F2C692;
}
.TagClassName
{
border-color: #F2C692;
}
</style>