#FF9B85

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

Shades of Vivid Tangerine #FF9B85

Tints of Vivid Tangerine #FF9B85

Color information

#FF9B85 (or 0xFF9B85) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9B and 85. RGB value is (255,155,133). Sum of RGB (Red+Green+Blue) = 255+155+133=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B85 is #00647A. Grayscale: #B6B6B6. Windows color (decimal): -25723 or 8756223. OLE color: 8756223.

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

Color convert

RGB255155133-
CMYK00.390.480
HSL10.82º100%76.08%-
HSV(B)10.82º47.84%100%-
XYZ57.1946.428.13-
YUV182.39100.13179.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=46.96%
G=28.55%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515513300.390.48010.8210076.08
HexFF9B85027300b644c
Octal37723320504760013144114
Binary11111111100110111000010101001111100000101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B85; }

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

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

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

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

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

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

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

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