#F8A489

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

Shades of Vivid Tangerine #F8A489

Tints of Vivid Tangerine #F8A489

Color information

#F8A489 (or 0xF8A489) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A4 and 89. RGB value is (248,164,137). Sum of RGB (Red+Green+Blue) = 248+164+137=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A489 is #075B76. Grayscale: #BABABA. Windows color (decimal): -482167 or 9020664. OLE color: 9020664.

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

Color convert

RGB248164137-
CMYK00.340.450.03
HSL14.59º88.8%75.49%-
HSV(B)14.59º44.76%97.25%-
XYZ56.548.3130.01-
YUV186.04100.33172.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 137 (53.91% from 255) = 24.95%
R=45.17%
G=29.87%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816413700.340.450.0314.5988.875.49
HexF8A4890222D3f594b
Octal37024421104255317131113
Binary111110001010010010001001010001010110111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A489; }

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

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

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

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

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

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

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

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