#FF9980

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

Shades of Vivid Tangerine #FF9980

Tints of Vivid Tangerine #FF9980

Color information

#FF9980 (or 0xFF9980) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 99 and 80. RGB value is (255,153,128). Sum of RGB (Red+Green+Blue) = 255+153+128=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9980 is #00667F. Grayscale: #B4B4B4. Windows color (decimal): -26240 or 8428031. OLE color: 8428031.

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

Color convert

RGB255153128-
CMYK00.40.500
HSL11.81º100%75.1%-
HSV(B)11.81º49.8%100%-
XYZ56.5345.626.24-
YUV180.6598.29181.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=47.57%
G=28.54%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515312800.40.50011.8110075.1
HexFF9980028320c644b
Octal37723120005062014144113
Binary11111111100110011000000001010001100100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9980; }

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

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

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

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

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

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

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

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