#F89075

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

Shades of Vivid Tangerine #F89075

Tints of Vivid Tangerine #F89075

Color information

#F89075 (or 0xF89075) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 90 and 75. RGB value is (248,144,117). Sum of RGB (Red+Green+Blue) = 248+144+117=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F89075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89075 is #076F8A. Grayscale: #ACACAC. Windows color (decimal): -487307 or 7704824. OLE color: 7704824.

HSL color Cylindrical-coordinate representation of color #F89075: hue angle of 12.37º 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 #F89075 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248144117-
CMYK00.420.530.03
HSL12.37º90.34%71.57%-
HSV(B)12.37º52.82%97.25%-
XYZ51.941.1922.04-
YUV172.0296.96182.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=48.72%
G=28.29%
B=22.99%

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
Decimal24814411700.420.530.0312.3790.3471.57
HexF8907502A353c5a48
Octal37022016505265314132110
Binary11111000100100001110101010101011010111110010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89075; }

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

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

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

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

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

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

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

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