#FF9A85

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

Shades of Vivid Tangerine #FF9A85

Tints of Vivid Tangerine #FF9A85

Color information

#FF9A85 (or 0xFF9A85) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9A and 85. RGB value is (255,154,133). Sum of RGB (Red+Green+Blue) = 255+154+133=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A85 is #00657A. Grayscale: #B5B5B5. Windows color (decimal): -25979 or 8755967. OLE color: 8755967.

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

Color convert

RGB255154133-
CMYK00.400.480
HSL10.33º100%76.08%-
HSV(B)10.33º47.84%100%-
XYZ57.0346.0628.08-
YUV181.8100.46180.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=47.05%
G=28.41%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515413300.400.48010.3310076.08
HexFF9A85028300a644c
Octal37723220505060012144114
Binary11111111100110101000010101010001100000101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A85; }

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

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

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

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

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

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

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

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