#FFA489

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

Shades of Vivid Tangerine #FFA489

Tints of Vivid Tangerine #FFA489

Color information

#FFA489 (or 0xFFA489) is unknown color: approx Vivid Tangerine. HEX triplet: FF, A4 and 89. RGB value is (255,164,137). Sum of RGB (Red+Green+Blue) = 255+164+137=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA489 is #005B76. Grayscale: #BCBCBC. Windows color (decimal): -23415 or 9020671. OLE color: 9020671.

HSL color Cylindrical-coordinate representation of color #FFA489: hue angle of 13.73º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA489 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255164137-
CMYK00.360.460
HSL13.73º100%76.86%-
HSV(B)13.73º46.27%100%-
XYZ59.0349.6230.13-
YUV188.1399.15175.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=45.86%
G=29.50%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516413700.360.46013.7310076.86
HexFFA4890242E0e644d
Octal37724421104456016144115
Binary11111111101001001000100101001001011100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA489; }

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

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

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

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

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

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

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

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