#FF9D80

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

Shades of Vivid Tangerine #FF9D80

Tints of Vivid Tangerine #FF9D80

Color information

#FF9D80 (or 0xFF9D80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 9D and 80. RGB value is (255,157,128). Sum of RGB (Red+Green+Blue) = 255+157+128=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D80 is #00627F. Grayscale: #B7B7B7. Windows color (decimal): -25216 or 8429055. OLE color: 8429055.

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

Color convert

RGB255157128-
CMYK00.380.500
HSL13.7º100%75.1%-
HSV(B)13.7º49.8%100%-
XYZ57.1946.9326.47-
YUV18396.97179.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=47.22%
G=29.07%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515712800.380.50013.710075.1
HexFF9D80026320e644b
Octal37723520004662016144113
Binary11111111100111011000000001001101100100111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D80; }

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

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

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

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

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

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

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

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