#FFA085

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

Shades of Vivid Tangerine #FFA085

Tints of Vivid Tangerine #FFA085

Color information

#FFA085 (or 0xFFA085) is unknown color: approx Vivid Tangerine. HEX triplet: FF, A0 and 85. RGB value is (255,160,133). Sum of RGB (Red+Green+Blue) = 255+160+133=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA085 is #005F7A. Grayscale: #B9B9B9. Windows color (decimal): -24443 or 8757503. OLE color: 8757503.

HSL color Cylindrical-coordinate representation of color #FFA085: hue angle of 13.28º 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 #FFA085 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255160133-
CMYK00.370.480
HSL13.28º100%76.08%-
HSV(B)13.28º47.84%100%-
XYZ58.0448.128.41-
YUV185.3398.47177.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=46.53%
G=29.20%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516013300.370.48013.2810076.08
HexFFA085025300d644c
Octal37724020504560015144114
Binary11111111101000001000010101001011100000110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA085; }

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

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

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

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

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

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

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

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