#F5A184

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

Shades of Vivid Tangerine #F5A184

Tints of Vivid Tangerine #F5A184

Color information

#F5A184 (or 0xF5A184) is unknown color: approx Vivid Tangerine. HEX triplet: F5, A1 and 84. RGB value is (245,161,132). Sum of RGB (Red+Green+Blue) = 245+161+132=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A184 is #0A5E7B. Grayscale: #B7B7B7. Windows color (decimal): -679548 or 8692213. OLE color: 8692213.

HSL color Cylindrical-coordinate representation of color #F5A184: hue angle of 15.4º 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 #F5A184 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245161132-
CMYK00.340.460.04
HSL15.4º84.96%73.92%-
HSV(B)15.4º46.12%96.08%-
XYZ54.5746.5727.94-
YUV182.8199.33172.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=45.54%
G=29.93%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516113200.340.460.0415.484.9673.92
HexF5A1840222E4f554a
Octal36524120404256417125112
Binary1111010110100001100001000100010101110100111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A184; }

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

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

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

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

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

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

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

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