#F6A184

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

Shades of Vivid Tangerine #F6A184

Tints of Vivid Tangerine #F6A184

Color information

#F6A184 (or 0xF6A184) is unknown color: approx Vivid Tangerine. HEX triplet: F6, A1 and 84. RGB value is (246,161,132). Sum of RGB (Red+Green+Blue) = 246+161+132=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A184 is #095E7B. Grayscale: #B7B7B7. Windows color (decimal): -614012 or 8692214. OLE color: 8692214.

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

Color convert

RGB246161132-
CMYK00.350.460.04
HSL15.26º86.36%74.12%-
HSV(B)15.26º46.34%96.47%-
XYZ54.9246.7527.96-
YUV183.1199.16172.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.64%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=45.64%
G=29.87%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616113200.350.460.0415.2686.3674.12
HexF6A1840232E4f564a
Octal36624120404356417126112
Binary1111011010100001100001000100011101110100111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A184; }

 p { color: rgb(246,161,132); }

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

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

 a { background-color: rgb(246,161,132); }

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

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

 span { border-color: rgb(246,161,132); }

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