Shades of New Tan #F0C38F
Tints of New Tan #F0C38F
RGB
CMYK
RGB Variations
Color information
#F0C38F (or 0xF0C38F) is known color: New Tan. HEX triplet: F0, C3 and 8F. RGB value is (240,195,143). Sum of RGB (Red+Green+Blue) = 240+195+143=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C38F is #0F3C70. Grayscale: #CACACA. Windows color (decimal): -998513 or 9421808. OLE color: 9421808.
HSL color Cylindrical-coordinate representation of color #F0C38F: hue angle of 32.16º 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 #F0C38F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 143 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.06 |
| HSL | 32.16º | 0.76% | 0.75% | - |
| HSV(B) | 32.16º | 0.4% | 0.94% | - |
| XYZ | 60.41 | 59.54 | 34.29 | - |
| YUV | 202.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 143 | 0 | 0.19 | 0.40 | 0.06 | 32.16 | 0.76 | 0.75 |
| Hex | F0 | C3 | 8F | 0 | 13 | 28 | 6 | 20 | 4C | 4B |
| Octal | 360 | 303 | 217 | 0 | 23 | 50 | 6 | 40 | 114 | 113 |
| Binary | 11110000 | 11000011 | 10001111 | 0 | 10011 | 101000 | 110 | 100000 | 1001100 | 1001011 |
Color Harmonies of #F0C38F
Complementary color
Monochromatic Colors of #F0C38F
Black with #F0C38F
Text Example
Text Example
White with #F0C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C38F; }
p { color: rgb(240,195,143); }
H1.HeaderClassName
{
color: #F0C38F;
}
.AnyTagClassName
{
color: #F0C38F;
}
</style>
background-color css
<style>
a { background-color: #F0C38F; }
a { background-color: rgb(240,195,143); }
div.DivClassName
{
background-color: #F0C38F;
}
.BgClassName
{
background-color: #F0C38F;
}
</style>
border-color css
<style>
span { border-color: #F0C38F; }
span { border-color: rgb(240,195,143); }
td.TdClassName
{
border-color: #F0C38F;
}
.TagClassName
{
border-color: #F0C38F;
}
</style>