#F89382

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

Shades of Vivid Tangerine #F89382

Tints of Vivid Tangerine #F89382

Color information

#F89382 (or 0xF89382) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 93 and 82. RGB value is (248,147,130). Sum of RGB (Red+Green+Blue) = 248+147+130=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89382 is #076C7D. Grayscale: #AFAFAF. Windows color (decimal): -486526 or 8557560. OLE color: 8557560.

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

Color convert

RGB248147130-
CMYK00.410.480.03
HSL8.64º89.39%74.12%-
HSV(B)8.64º47.58%97.25%-
XYZ53.1742.4426.51-
YUV175.26102.46179.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=47.24%
G=28%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814713000.410.480.038.6489.3974.12
HexF893820293039594a
Octal37022320205160311131112
Binary111110001001001110000010010100111000011100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89382; }

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

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

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

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

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

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

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

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