#f89a7c

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

Shades of Vivid Tangerine #F89A7C

Tints of Vivid Tangerine #F89A7C

Color information

#F89A7C (or 0xF89A7C) is unknown color: approx Vivid Tangerine. HEX triplet: F8, 9A and 7C. RGB value is (248,154,124). Sum of RGB (Red+Green+Blue) = 248+154+124=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A7C is #076583. Grayscale: #B2B2B2. Windows color (decimal): -484740 or 8166136. OLE color: 8166136.

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

Color convert

RGB248154124-
CMYK00.380.50.03
HSL14.52º89.86%72.94%-
HSV(B)14.52º50%97.25%-
XYZ53.9144.5224.82-
YUV178.6997.14177.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.15%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=47.15%
G=29.28%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815412400.380.50.0314.5289.8672.94
HexF89A7C026323f5a49
Octal37023217404662317132111
Binary11111000100110101111100010011011001011111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f89a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f89a7c; }

 p { color: rgb(248,154,124); }

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

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

 a { background-color: rgb(248,154,124); }

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

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

 span { border-color: rgb(248,154,124); }

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