#F68E7C

Color #F68E7C Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #F68E7C

Tints of Vivid Tangerine #F68E7C

Color information

#F68E7C (or 0xF68E7C) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 8E and 7C. RGB value is (246,142,124). Sum of RGB (Red+Green+Blue) = 246+142+124=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E7C is #097183. Grayscale: #ABABAB. Windows color (decimal): -618884 or 8163062. OLE color: 8163062.

HSL color Cylindrical-coordinate representation of color #F68E7C: hue angle of 8.85º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F68E7C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246142124-
CMYK00.420.500.04
HSL8.85º87.14%72.55%-
HSV(B)8.85º49.59%96.47%-
XYZ51.3240.3924.16-
YUV171.04101.46181.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.05%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=48.05%
G=27.73%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614212400.420.500.048.8587.1472.55
HexF68E7C02A32495749
Octal36621617405262411127111
Binary111101101000111011111000101010110010100100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68E7C; }

 p { color: rgb(246,142,124); }

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

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

 a { background-color: rgb(246,142,124); }

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

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

 span { border-color: rgb(246,142,124); }

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