Shades of New Tan #F2CC9A
Tints of New Tan #F2CC9A
RGB
CMYK
RGB Variations
Color information
#F2CC9A (or 0xF2CC9A) is known color: New Tan. HEX triplet: F2, CC and 9A. RGB value is (242,204,154). Sum of RGB (Red+Green+Blue) = 242+204+154=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC9A is #0D3365. Grayscale: #D1D1D1. Windows color (decimal): -865126 or 10145010. OLE color: 10145010.
HSL color Cylindrical-coordinate representation of color #F2CC9A: hue angle of 34.09º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CC9A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 154 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.05 |
| HSL | 34.09º | 0.77% | 0.78% | - |
| HSV(B) | 34.09º | 0.36% | 0.95% | - |
| XYZ | 64.04 | 64.4 | 39.63 | - |
| YUV | 209.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 154 | 0 | 0.16 | 0.36 | 0.05 | 34.09 | 0.77 | 0.78 |
| Hex | F2 | CC | 9A | 0 | 10 | 24 | 5 | 22 | 4D | 4E |
| Octal | 362 | 314 | 232 | 0 | 20 | 44 | 5 | 42 | 115 | 116 |
| Binary | 11110010 | 11001100 | 10011010 | 0 | 10000 | 100100 | 101 | 100010 | 1001101 | 1001110 |
Color Harmonies of #F2CC9A
Complementary color
Monochromatic Colors of #F2CC9A
Black with #F2CC9A
Text Example
Text Example
White with #F2CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC9A; }
p { color: rgb(242,204,154); }
H1.HeaderClassName
{
color: #F2CC9A;
}
.AnyTagClassName
{
color: #F2CC9A;
}
</style>
background-color css
<style>
a { background-color: #F2CC9A; }
a { background-color: rgb(242,204,154); }
div.DivClassName
{
background-color: #F2CC9A;
}
.BgClassName
{
background-color: #F2CC9A;
}
</style>
border-color css
<style>
span { border-color: #F2CC9A; }
span { border-color: rgb(242,204,154); }
td.TdClassName
{
border-color: #F2CC9A;
}
.TagClassName
{
border-color: #F2CC9A;
}
</style>