Shades of New Tan #F0C28F
Tints of New Tan #F0C28F
RGB
CMYK
RGB Variations
Color information
#F0C28F (or 0xF0C28F) is known color: New Tan. HEX triplet: F0, C2 and 8F. RGB value is (240,194,143). Sum of RGB (Red+Green+Blue) = 240+194+143=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C28F is #0F3D70. Grayscale: #CACACA. Windows color (decimal): -998769 or 9421552. OLE color: 9421552.
HSL color Cylindrical-coordinate representation of color #F0C28F: hue angle of 31.55º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0C28F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 143 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.06 |
| HSL | 31.55º | 0.76% | 0.75% | - |
| HSV(B) | 31.55º | 0.4% | 0.94% | - |
| XYZ | 60.18 | 59.09 | 34.22 | - |
| YUV | 201.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 143 | 0 | 0.19 | 0.40 | 0.06 | 31.55 | 0.76 | 0.75 |
| Hex | F0 | C2 | 8F | 0 | 13 | 28 | 6 | 20 | 4C | 4B |
| Octal | 360 | 302 | 217 | 0 | 23 | 50 | 6 | 40 | 114 | 113 |
| Binary | 11110000 | 11000010 | 10001111 | 0 | 10011 | 101000 | 110 | 100000 | 1001100 | 1001011 |
Color Harmonies of #F0C28F
Complementary color
Monochromatic Colors of #F0C28F
Black with #F0C28F
Text Example
Text Example
White with #F0C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C28F; }
p { color: rgb(240,194,143); }
H1.HeaderClassName
{
color: #F0C28F;
}
.AnyTagClassName
{
color: #F0C28F;
}
</style>
background-color css
<style>
a { background-color: #F0C28F; }
a { background-color: rgb(240,194,143); }
div.DivClassName
{
background-color: #F0C28F;
}
.BgClassName
{
background-color: #F0C28F;
}
</style>
border-color css
<style>
span { border-color: #F0C28F; }
span { border-color: rgb(240,194,143); }
td.TdClassName
{
border-color: #F0C28F;
}
.TagClassName
{
border-color: #F0C28F;
}
</style>