Shades of New Tan #F1CC9A
Tints of New Tan #F1CC9A
RGB
CMYK
RGB Variations
Color information
#F1CC9A (or 0xF1CC9A) is known color: New Tan. HEX triplet: F1, CC and 9A. RGB value is (241,204,154). Sum of RGB (Red+Green+Blue) = 241+204+154=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC9A is #0E3365. Grayscale: #D1D1D1. Windows color (decimal): -930662 or 10145009. OLE color: 10145009.
HSL color Cylindrical-coordinate representation of color #F1CC9A: hue angle of 34.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1CC9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.05 |
| HSL | 34.48º | 0.76% | 0.77% | - |
| HSV(B) | 34.48º | 0.36% | 0.95% | - |
| XYZ | 63.7 | 64.22 | 39.61 | - |
| YUV | 209.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 154 | 0 | 0.15 | 0.36 | 0.05 | 34.48 | 0.76 | 0.77 |
| Hex | F1 | CC | 9A | 0 | F | 24 | 5 | 22 | 4C | 4D |
| Octal | 361 | 314 | 232 | 0 | 17 | 44 | 5 | 42 | 114 | 115 |
| Binary | 11110001 | 11001100 | 10011010 | 0 | 1111 | 100100 | 101 | 100010 | 1001100 | 1001101 |
Color Harmonies of #F1CC9A
Complementary color
Monochromatic Colors of #F1CC9A
Black with #F1CC9A
Text Example
Text Example
White with #F1CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC9A; }
p { color: rgb(241,204,154); }
H1.HeaderClassName
{
color: #F1CC9A;
}
.AnyTagClassName
{
color: #F1CC9A;
}
</style>
background-color css
<style>
a { background-color: #F1CC9A; }
a { background-color: rgb(241,204,154); }
div.DivClassName
{
background-color: #F1CC9A;
}
.BgClassName
{
background-color: #F1CC9A;
}
</style>
border-color css
<style>
span { border-color: #F1CC9A; }
span { border-color: rgb(241,204,154); }
td.TdClassName
{
border-color: #F1CC9A;
}
.TagClassName
{
border-color: #F1CC9A;
}
</style>