#F68E80

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

Shades of Vivid Tangerine #F68E80

Tints of Vivid Tangerine #F68E80

Color information

#F68E80 (or 0xF68E80) is unknown color: approx Vivid Tangerine. HEX triplet: F6, 8E and 80. RGB value is (246,142,128). Sum of RGB (Red+Green+Blue) = 246+142+128=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68E80 is #09717F. Grayscale: #ABABAB. Windows color (decimal): -618880 or 8425206. OLE color: 8425206.

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

Color convert

RGB246142128-
CMYK00.420.480.04
HSL7.12º86.76%73.33%-
HSV(B)7.12º47.97%96.47%-
XYZ51.5840.525.52-
YUV171.5103.46181.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=47.67%
G=27.52%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614212800.420.480.047.1286.7673.33
HexF68E8002A30475749
Octal3662162000526047127111
Binary111101101000111010000000010101011000010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68E80; }

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

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

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

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

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

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

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

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