Shades of New Tan #F2C28F
Tints of New Tan #F2C28F
RGB
CMYK
RGB Variations
Color information
#F2C28F (or 0xF2C28F) is known color: New Tan. HEX triplet: F2, C2 and 8F. RGB value is (242,194,143). Sum of RGB (Red+Green+Blue) = 242+194+143=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C28F is #0D3D70. Grayscale: #CACACA. Windows color (decimal): -867697 or 9421554. OLE color: 9421554.
HSL color Cylindrical-coordinate representation of color #F2C28F: hue angle of 30.91º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2C28F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 143 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.05 |
| HSL | 30.91º | 0.79% | 0.75% | - |
| HSV(B) | 30.91º | 0.41% | 0.95% | - |
| XYZ | 60.87 | 59.44 | 34.25 | - |
| YUV | 202.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 143 | 0 | 0.20 | 0.41 | 0.05 | 30.91 | 0.79 | 0.75 |
| Hex | F2 | C2 | 8F | 0 | 14 | 29 | 5 | 1F | 4F | 4B |
| Octal | 362 | 302 | 217 | 0 | 24 | 51 | 5 | 37 | 117 | 113 |
| Binary | 11110010 | 11000010 | 10001111 | 0 | 10100 | 101001 | 101 | 11111 | 1001111 | 1001011 |
Color Harmonies of #F2C28F
Complementary color
Monochromatic Colors of #F2C28F
Black with #F2C28F
Text Example
Text Example
White with #F2C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C28F; }
p { color: rgb(242,194,143); }
H1.HeaderClassName
{
color: #F2C28F;
}
.AnyTagClassName
{
color: #F2C28F;
}
</style>
background-color css
<style>
a { background-color: #F2C28F; }
a { background-color: rgb(242,194,143); }
div.DivClassName
{
background-color: #F2C28F;
}
.BgClassName
{
background-color: #F2C28F;
}
</style>
border-color css
<style>
span { border-color: #F2C28F; }
span { border-color: rgb(242,194,143); }
td.TdClassName
{
border-color: #F2C28F;
}
.TagClassName
{
border-color: #F2C28F;
}
</style>