#ffa185

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

Shades of Vivid Tangerine #FFA185

Tints of Vivid Tangerine #FFA185

Color information

#FFA185 (or 0xFFA185) is unknown color: approx Vivid Tangerine. HEX triplet: FF, A1 and 85. RGB value is (255,161,133). Sum of RGB (Red+Green+Blue) = 255+161+133=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA185 is #005E7A. Grayscale: #BABABA. Windows color (decimal): -24187 or 8757759. OLE color: 8757759.

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

Color convert

RGB255161133-
CMYK00.370.480
HSL13.77º100%76.08%-
HSV(B)13.77º47.84%100%-
XYZ58.2248.4428.47-
YUV185.9198.14177.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=46.45%
G=29.33%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516113300.370.48013.7710076.08
HexFFA185025300e644c
Octal37724120504560016144114
Binary11111111101000011000010101001011100000111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa185; }

 p { color: rgb(255,161,133); }

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

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

 a { background-color: rgb(255,161,133); }

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

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

 span { border-color: rgb(255,161,133); }

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