#FF9080

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

Shades of Vivid Tangerine #FF9080

Tints of Vivid Tangerine #FF9080

Color information

#FF9080 (or 0xFF9080) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 90 and 80. RGB value is (255,144,128). Sum of RGB (Red+Green+Blue) = 255+144+128=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9080 is #006F7F. Grayscale: #AFAFAF. Windows color (decimal): -28544 or 8425727. OLE color: 8425727.

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

Color convert

RGB255144128-
CMYK00.440.500
HSL7.56º100%75.1%-
HSV(B)7.56º49.8%100%-
XYZ55.1142.7725.77-
YUV175.36101.27184.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=48.39%
G=27.32%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514412800.440.5007.5610075.1
HexFF908002C3208644b
Octal37722020005462010144113
Binary11111111100100001000000001011001100100100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9080; }

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

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

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

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

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

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

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

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