Shades of New Tan #F2CC9B
Tints of New Tan #F2CC9B
RGB
CMYK
RGB Variations
Color information
#F2CC9B (or 0xF2CC9B) is known color: New Tan. HEX triplet: F2, CC and 9B. RGB value is (242,204,155). Sum of RGB (Red+Green+Blue) = 242+204+155=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC9B is #0D3364. Grayscale: #D2D2D2. Windows color (decimal): -865125 or 10210546. OLE color: 10210546.
HSL color Cylindrical-coordinate representation of color #F2CC9B: hue angle of 33.79º 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 #F2CC9B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 155 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.05 |
| HSL | 33.79º | 0.77% | 0.78% | - |
| HSV(B) | 33.79º | 0.36% | 0.95% | - |
| XYZ | 64.13 | 64.43 | 40.07 | - |
| YUV | 209.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 155 | 0 | 0.16 | 0.36 | 0.05 | 33.79 | 0.77 | 0.78 |
| Hex | F2 | CC | 9B | 0 | 10 | 24 | 5 | 22 | 4D | 4E |
| Octal | 362 | 314 | 233 | 0 | 20 | 44 | 5 | 42 | 115 | 116 |
| Binary | 11110010 | 11001100 | 10011011 | 0 | 10000 | 100100 | 101 | 100010 | 1001101 | 1001110 |
Color Harmonies of #F2CC9B
Complementary color
Monochromatic Colors of #F2CC9B
Black with #F2CC9B
Text Example
Text Example
White with #F2CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC9B; }
p { color: rgb(242,204,155); }
H1.HeaderClassName
{
color: #F2CC9B;
}
.AnyTagClassName
{
color: #F2CC9B;
}
</style>
background-color css
<style>
a { background-color: #F2CC9B; }
a { background-color: rgb(242,204,155); }
div.DivClassName
{
background-color: #F2CC9B;
}
.BgClassName
{
background-color: #F2CC9B;
}
</style>
border-color css
<style>
span { border-color: #F2CC9B; }
span { border-color: rgb(242,204,155); }
td.TdClassName
{
border-color: #F2CC9B;
}
.TagClassName
{
border-color: #F2CC9B;
}
</style>