#FF9E85

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

Shades of Vivid Tangerine #FF9E85

Tints of Vivid Tangerine #FF9E85

Color information

#FF9E85 (or 0xFF9E85) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9E and 85. RGB value is (255,158,133). Sum of RGB (Red+Green+Blue) = 255+158+133=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E85 is #00617A. Grayscale: #B8B8B8. Windows color (decimal): -24955 or 8756991. OLE color: 8756991.

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

Color convert

RGB255158133-
CMYK00.380.480
HSL12.3º100%76.08%-
HSV(B)12.3º47.84%100%-
XYZ57.747.4128.3-
YUV184.1599.14178.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=46.70%
G=28.94%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515813300.380.48012.310076.08
HexFF9E85026300c644c
Octal37723620504660014144114
Binary11111111100111101000010101001101100000110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E85; }

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

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

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

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

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

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

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

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