Shades of New Tan #F1C494
Tints of New Tan #F1C494
RGB
CMYK
RGB Variations
Color information
#F1C494 (or 0xF1C494) is known color: New Tan. HEX triplet: F1, C4 and 94. RGB value is (241,196,148). Sum of RGB (Red+Green+Blue) = 241+196+148=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C494 is #0E3B6B. Grayscale: #CCCCCC. Windows color (decimal): -932716 or 9749745. OLE color: 9749745.
HSL color Cylindrical-coordinate representation of color #F1C494: hue angle of 30.97º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1C494 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 148 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.05 |
| HSL | 30.97º | 0.77% | 0.76% | - |
| HSV(B) | 30.97º | 0.39% | 0.95% | - |
| XYZ | 61.36 | 60.32 | 36.43 | - |
| YUV | 203.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 148 | 0 | 0.19 | 0.39 | 0.05 | 30.97 | 0.77 | 0.76 |
| Hex | F1 | C4 | 94 | 0 | 13 | 27 | 5 | 1F | 4D | 4C |
| Octal | 361 | 304 | 224 | 0 | 23 | 47 | 5 | 37 | 115 | 114 |
| Binary | 11110001 | 11000100 | 10010100 | 0 | 10011 | 100111 | 101 | 11111 | 1001101 | 1001100 |
Color Harmonies of #F1C494
Complementary color
Monochromatic Colors of #F1C494
Black with #F1C494
Text Example
Text Example
White with #F1C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C494; }
p { color: rgb(241,196,148); }
H1.HeaderClassName
{
color: #F1C494;
}
.AnyTagClassName
{
color: #F1C494;
}
</style>
background-color css
<style>
a { background-color: #F1C494; }
a { background-color: rgb(241,196,148); }
div.DivClassName
{
background-color: #F1C494;
}
.BgClassName
{
background-color: #F1C494;
}
</style>
border-color css
<style>
span { border-color: #F1C494; }
span { border-color: rgb(241,196,148); }
td.TdClassName
{
border-color: #F1C494;
}
.TagClassName
{
border-color: #F1C494;
}
</style>