#FF9C80

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

Shades of Vivid Tangerine #FF9C80

Tints of Vivid Tangerine #FF9C80

Color information

#FF9C80 (or 0xFF9C80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9C and 80. RGB value is (255,156,128). Sum of RGB (Red+Green+Blue) = 255+156+128=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C80 is #00637F. Grayscale: #B6B6B6. Windows color (decimal): -25472 or 8428799. OLE color: 8428799.

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

Color convert

RGB255156128-
CMYK00.390.500
HSL13.23º100%75.1%-
HSV(B)13.23º49.8%100%-
XYZ57.0246.626.41-
YUV182.4197.3179.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=47.31%
G=28.94%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515612800.390.50013.2310075.1
HexFF9C80027320d644b
Octal37723420004762015144113
Binary11111111100111001000000001001111100100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C80; }

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

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

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

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

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

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

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

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