#F89882

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

Shades of Vivid Tangerine #F89882

Tints of Vivid Tangerine #F89882

Color information

#F89882 (or 0xF89882) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 98 and 82. RGB value is (248,152,130). Sum of RGB (Red+Green+Blue) = 248+152+130=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89882 is #07677D. Grayscale: #B2B2B2. Windows color (decimal): -485246 or 8558840. OLE color: 8558840.

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

Color convert

RGB248152130-
CMYK00.390.480.03
HSL11.19º89.39%74.12%-
HSV(B)11.19º47.58%97.25%-
XYZ53.9744.0226.77-
YUV178.2100.8177.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=46.79%
G=28.68%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815213000.390.480.0311.1989.3974.12
HexF89882027303b594a
Octal37023020204760313131112
Binary111110001001100010000010010011111000011101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89882; }

 p { color: rgb(248,152,130); }

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

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

 a { background-color: rgb(248,152,130); }

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

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

 span { border-color: rgb(248,152,130); }

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