#F6A087

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

Shades of Vivid Tangerine #F6A087

Tints of Vivid Tangerine #F6A087

Color information

#F6A087 (or 0xF6A087) is unknown color: approx Vivid Tangerine. HEX triplet: F6, A0 and 87. RGB value is (246,160,135). Sum of RGB (Red+Green+Blue) = 246+160+135=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A087 is #095F78. Grayscale: #B7B7B7. Windows color (decimal): -614265 or 8888566. OLE color: 8888566.

HSL color Cylindrical-coordinate representation of color #F6A087: hue angle of 13.51º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6A087 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB246160135-
CMYK00.350.450.04
HSL13.51º86.05%74.71%-
HSV(B)13.51º45.12%96.47%-
XYZ54.9546.4829-
YUV182.86100.99173.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.47%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=45.47%
G=29.57%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616013500.350.450.0413.5186.0574.71
HexF6A0870232D4e564b
Octal36624020704355416126113
Binary1111011010100000100001110100011101101100111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A087; }

 p { color: rgb(246,160,135); }

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

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

 a { background-color: rgb(246,160,135); }

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

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

 span { border-color: rgb(246,160,135); }

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