#FF9575

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

Shades of Vivid Tangerine #FF9575

Tints of Vivid Tangerine #FF9575

Color information

#FF9575 (or 0xFF9575) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 95 and 75. RGB value is (255,149,117). Sum of RGB (Red+Green+Blue) = 255+149+117=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9575 is #006A8A. Grayscale: #B1B1B1. Windows color (decimal): -27275 or 7706111. OLE color: 7706111.

HSL color Cylindrical-coordinate representation of color #FF9575: hue angle of 13.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9575 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255149117-
CMYK00.420.540
HSL13.91º100%72.94%-
HSV(B)13.91º54.12%100%-
XYZ55.244.0422.42-
YUV177.0594.12183.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=48.94%
G=28.60%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514911700.420.54013.9110072.94
HexFF957502A360e6449
Octal37722516505266016144111
Binary1111111110010101111010101010101101100111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9575; }

 p { color: rgb(255,149,117); }

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

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

 a { background-color: rgb(255,149,117); }

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

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

 span { border-color: rgb(255,149,117); }

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