#F0C698

Color #F0C698 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F0C698

Tints of New Tan #F0C698

Color information

#F0C698 (or 0xF0C698) is unknown color: approx New Tan. HEX triplet: F0, C6 and 98. RGB value is (240,198,152). Sum of RGB (Red+Green+Blue) = 240+198+152=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C698 is #0F3967. Grayscale: #CDCDCD. Windows color (decimal): -997736 or 10012400. OLE color: 10012400.

HSL color Cylindrical-coordinate representation of color #F0C698: hue angle of 31.36º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0C698 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240198152-
CMYK00.180.370.06
HSL31.36º74.58%76.86%-
HSV(B)31.36º36.67%94.12%-
XYZ61.861.1838.26-
YUV205.3197.91152.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=40.68%
G=33.56%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019815200.180.370.0631.3674.5876.86
HexF0C6980122561f4b4d
Octal36030623002245637113115
Binary1111000011000110100110000100101001011101111110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C698; }

 p { color: rgb(240,198,152); }

 H1.HeaderClassName
 {
   color: #F0C698;
 }
 .AnyTagClassName
 {
   color: #F0C698;
 }
</style>
background-color css

<style>
 a { background-color: #F0C698; }

 a { background-color: rgb(240,198,152); }

 div.DivClassName
 {
   background-color: #F0C698;
 }
 .BgClassName
 {
   background-color: #F0C698;
 }
</style>
border-color css

<style>
 span { border-color: #F0C698; }

 span { border-color: rgb(240,198,152); }

 td.TdClassName
 {
   border-color: #F0C698;
 }
 .TagClassName
 {
   border-color: #F0C698;
 }
</style>