#F8A289

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

Shades of Vivid Tangerine #F8A289

Tints of Vivid Tangerine #F8A289

Color information

#F8A289 (or 0xF8A289) is unknown color: approx Vivid Tangerine. HEX triplet: F8, A2 and 89. RGB value is (248,162,137). Sum of RGB (Red+Green+Blue) = 248+162+137=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A289 is #075D76. Grayscale: #B9B9B9. Windows color (decimal): -482679 or 9020152. OLE color: 9020152.

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

Color convert

RGB248162137-
CMYK00.350.450.03
HSL13.51º88.8%75.49%-
HSV(B)13.51º44.76%97.25%-
XYZ56.1547.629.9-
YUV184.86100.99173.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 137 (53.91% from 255) = 25.05%
R=45.34%
G=29.62%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816213700.350.450.0313.5188.875.49
HexF8A2890232D3e594b
Octal37024221104355316131113
Binary111110001010001010001001010001110110111111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A289; }

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

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

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

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

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

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

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

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