#F2C68F

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

Shades of New Tan #F2C68F

Tints of New Tan #F2C68F

Color information

#F2C68F (or 0xF2C68F) is unknown color: approx New Tan. HEX triplet: F2, C6 and 8F. RGB value is (242,198,143). Sum of RGB (Red+Green+Blue) = 242+198+143=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C68F is #0D3970. Grayscale: #CDCDCD. Windows color (decimal): -866673 or 9422578. OLE color: 9422578.

HSL color Cylindrical-coordinate representation of color #F2C68F: hue angle of 33.33º 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 #F2C68F is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242198143-
CMYK00.180.410.05
HSL33.33º79.2%75.49%-
HSV(B)33.33º40.91%94.9%-
XYZ61.7761.2534.55-
YUV204.8993.08154.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 143 (56.25% from 255) = 24.53%
R=41.51%
G=33.96%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219814300.180.410.0533.3379.275.49
HexF2C68F012295214f4b
Octal36230621702251541117113
Binary11110010110001101000111101001010100110110000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C68F; }

 p { color: rgb(242,198,143); }

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

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

 a { background-color: rgb(242,198,143); }

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

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

 span { border-color: rgb(242,198,143); }

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