#f5947c

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

Shades of Vivid Tangerine #F5947C

Tints of Vivid Tangerine #F5947C

Color information

#F5947C (or 0xF5947C) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 94 and 7C. RGB value is (245,148,124). Sum of RGB (Red+Green+Blue) = 245+148+124=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5947C is #0A6B83. Grayscale: #AEAEAE. Windows color (decimal): -682884 or 8164597. OLE color: 8164597.

HSL color Cylindrical-coordinate representation of color #F5947C: hue angle of 11.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5947C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245148124-
CMYK00.400.490.04
HSL11.9º85.82%72.35%-
HSV(B)11.9º49.39%96.08%-
XYZ51.8842.0524.45-
YUV174.2799.64178.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=47.39%
G=28.63%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514812400.400.490.0411.985.8272.35
HexF5947C028314c5648
Octal36522417405061414126110
Binary111101011001010011111000101000110001100110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5947c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5947c; }

 p { color: rgb(245,148,124); }

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

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

 a { background-color: rgb(245,148,124); }

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

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

 span { border-color: rgb(245,148,124); }

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