#F89175

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

Shades of Vivid Tangerine #F89175

Tints of Vivid Tangerine #F89175

Color information

#F89175 (or 0xF89175) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 91 and 75. RGB value is (248,145,117). Sum of RGB (Red+Green+Blue) = 248+145+117=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F89175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89175 is #076E8A. Grayscale: #ACACAC. Windows color (decimal): -487051 or 7705080. OLE color: 7705080.

HSL color Cylindrical-coordinate representation of color #F89175: hue angle of 12.82º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89175 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248145117-
CMYK00.420.530.03
HSL12.82º90.34%71.57%-
HSV(B)12.82º52.82%97.25%-
XYZ52.0541.4922.1-
YUV172.696.62181.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=48.63%
G=28.43%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814511700.420.530.0312.8290.3471.57
HexF8917502A353d5a48
Octal37022116505265315132110
Binary11111000100100011110101010101011010111110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89175; }

 p { color: rgb(248,145,117); }

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

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

 a { background-color: rgb(248,145,117); }

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

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

 span { border-color: rgb(248,145,117); }

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