#F5917F

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

Shades of Vivid Tangerine #F5917F

Tints of Vivid Tangerine #F5917F

Color information

#F5917F (or 0xF5917F) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 91 and 7F. RGB value is (245,145,127). Sum of RGB (Red+Green+Blue) = 245+145+127=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5917F is #0A6E80. Grayscale: #ADADAD. Windows color (decimal): -683649 or 8360437. OLE color: 8360437.

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

Color convert

RGB245145127-
CMYK00.410.480.04
HSL9.15º85.51%72.94%-
HSV(B)9.15º48.16%96.08%-
XYZ51.6141.225.31-
YUV172.85102.13179.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 127 (50% from 255) = 24.56%
R=47.39%
G=28.05%
B=24.56%

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
Decimal24514512700.410.480.049.1585.5172.94
HexF5917F02930495649
Octal36522117705160411126111
Binary111101011001000111111110101001110000100100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5917F; }

 p { color: rgb(245,145,127); }

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

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

 a { background-color: rgb(245,145,127); }

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

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

 span { border-color: rgb(245,145,127); }

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