#F8A589

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

Shades of Vivid Tangerine #F8A589

Tints of Vivid Tangerine #F8A589

Color information

#F8A589 (or 0xF8A589) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A5 and 89. RGB value is (248,165,137). Sum of RGB (Red+Green+Blue) = 248+165+137=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A589 is #075A76. Grayscale: #BABABA. Windows color (decimal): -481911 or 9020920. OLE color: 9020920.

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

Color convert

RGB248165137-
CMYK00.330.450.03
HSL15.14º88.8%75.49%-
HSV(B)15.14º44.76%97.25%-
XYZ56.6848.6730.07-
YUV186.62100171.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.09%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=45.09%
G=30%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816513700.330.450.0315.1488.875.49
HexF8A5890212D3f594b
Octal37024521104155317131113
Binary111110001010010110001001010000110110111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A589; }

 p { color: rgb(248,165,137); }

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

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

 a { background-color: rgb(248,165,137); }

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

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

 span { border-color: rgb(248,165,137); }

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