#F59080

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

Shades of Vivid Tangerine #F59080

Tints of Vivid Tangerine #F59080

Color information

#F59080 (or 0xF59080) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 90 and 80. RGB value is (245,144,128). Sum of RGB (Red+Green+Blue) = 245+144+128=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F59080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59080 is #0A6F7F. Grayscale: #ACACAC. Windows color (decimal): -683904 or 8425717. OLE color: 8425717.

HSL color Cylindrical-coordinate representation of color #F59080: hue angle of 8.21º degrees, saturation: 0.85, 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 #F59080 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245144128-
CMYK00.410.480.04
HSL8.21º85.4%73.14%-
HSV(B)8.21º47.76%96.08%-
XYZ51.5340.9225.6-
YUV172.38102.96179.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=47.39%
G=27.85%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514412800.410.480.048.2185.473.14
HexF5908002930485549
Octal36522020005160410125111
Binary1111010110010000100000000101001110000100100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59080; }

 p { color: rgb(245,144,128); }

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

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

 a { background-color: rgb(245,144,128); }

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

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

 span { border-color: rgb(245,144,128); }

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