#F89985

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

Shades of Vivid Tangerine #F89985

Tints of Vivid Tangerine #F89985

Color information

#F89985 (or 0xF89985) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 99 and 85. RGB value is (248,153,133). Sum of RGB (Red+Green+Blue) = 248+153+133=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F89985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89985 is #07667A. Grayscale: #B3B3B3. Windows color (decimal): -484987 or 8755704. OLE color: 8755704.

HSL color Cylindrical-coordinate representation of color #F89985: hue angle of 10.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89985 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248153133-
CMYK00.380.460.03
HSL10.43º89.15%74.71%-
HSV(B)10.43º46.37%97.25%-
XYZ54.3444.4327.9-
YUV179.12101.97177.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=46.44%
G=28.65%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815313300.380.460.0310.4389.1574.71
HexF899850262E3a594b
Octal37023120504656312131113
Binary111110001001100110000101010011010111011101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89985; }

 p { color: rgb(248,153,133); }

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

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

 a { background-color: rgb(248,153,133); }

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

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

 span { border-color: rgb(248,153,133); }

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