#F78F80

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

Shades of Vivid Tangerine #F78F80

Tints of Vivid Tangerine #F78F80

Color information

#F78F80 (or 0xF78F80) is unknown color: approx Vivid Tangerine. HEX triplet: F7, 8F and 80. RGB value is (247,143,128). Sum of RGB (Red+Green+Blue) = 247+143+128=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78F80 is #08707F. Grayscale: #ACACAC. Windows color (decimal): -553088 or 8425463. OLE color: 8425463.

HSL color Cylindrical-coordinate representation of color #F78F80: hue angle of 7.56º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78F80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247143128-
CMYK00.420.480.03
HSL7.56º88.15%73.53%-
HSV(B)7.56º48.18%96.86%-
XYZ52.0840.9825.59-
YUV172.39102.96181.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.68%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=47.68%
G=27.61%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714312800.420.480.037.5688.1573.53
HexF78F8002A3038584a
Octal36721720005260310130112
Binary111101111000111110000000010101011000011100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78F80; }

 p { color: rgb(247,143,128); }

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

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

 a { background-color: rgb(247,143,128); }

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

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

 span { border-color: rgb(247,143,128); }

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