#FF9180

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

Shades of Vivid Tangerine #FF9180

Tints of Vivid Tangerine #FF9180

Color information

#FF9180 (or 0xFF9180) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 91 and 80. RGB value is (255,145,128). Sum of RGB (Red+Green+Blue) = 255+145+128=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9180 is #006E7F. Grayscale: #B0B0B0. Windows color (decimal): -28288 or 8425983. OLE color: 8425983.

HSL color Cylindrical-coordinate representation of color #FF9180: hue angle of 8.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9180 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255145128-
CMYK00.430.500
HSL8.03º100%75.1%-
HSV(B)8.03º49.8%100%-
XYZ55.2643.0725.82-
YUV175.95100.94184.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=48.30%
G=27.46%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514512800.430.5008.0310075.1
HexFF918002B3208644b
Octal37722120005362010144113
Binary11111111100100011000000001010111100100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9180; }

 p { color: rgb(255,145,128); }

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

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

 a { background-color: rgb(255,145,128); }

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

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

 span { border-color: rgb(255,145,128); }

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