#F5947B

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

Shades of Vivid Tangerine #F5947B

Tints of Vivid Tangerine #F5947B

Color information

#F5947B (or 0xF5947B) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 94 and 7B. RGB value is (245,148,123). Sum of RGB (Red+Green+Blue) = 245+148+123=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5947B is #0A6B84. Grayscale: #AEAEAE. Windows color (decimal): -682885 or 8099061. OLE color: 8099061.

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

Color convert

RGB245148123-
CMYK00.400.500.04
HSL12.3º85.92%72.16%-
HSV(B)12.3º49.8%96.08%-
XYZ51.8242.0224.12-
YUV174.1599.14178.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 123 (48.44% from 255) = 23.84%
R=47.48%
G=28.68%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514812300.400.500.0412.385.9272.16
HexF5947B028324c5648
Octal36522417305062414126110
Binary111101011001010011110110101000110010100110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5947B; }

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

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

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

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

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

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

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

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