#F5A084

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

Shades of Vivid Tangerine #F5A084

Tints of Vivid Tangerine #F5A084

Color information

#F5A084 (or 0xF5A084) is unknown color: approx Vivid Tangerine. HEX triplet: F5, A0 and 84. RGB value is (245,160,132). Sum of RGB (Red+Green+Blue) = 245+160+132=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A084 is #0A5F7B. Grayscale: #B6B6B6. Windows color (decimal): -679804 or 8691957. OLE color: 8691957.

HSL color Cylindrical-coordinate representation of color #F5A084: hue angle of 14.87º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5A084 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245160132-
CMYK00.350.460.04
HSL14.87º84.96%73.92%-
HSV(B)14.87º46.12%96.08%-
XYZ54.3946.2227.88-
YUV182.2299.66172.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=45.62%
G=29.80%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516013200.350.460.0414.8784.9673.92
HexF5A0840232E4f554a
Octal36524020404356417125112
Binary1111010110100000100001000100011101110100111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A084; }

 p { color: rgb(245,160,132); }

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

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

 a { background-color: rgb(245,160,132); }

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

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

 span { border-color: rgb(245,160,132); }

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