#FD9575

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

Shades of Vivid Tangerine #FD9575

Tints of Vivid Tangerine #FD9575

Color information

#FD9575 (or 0xFD9575) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 95 and 75. RGB value is (253,149,117). Sum of RGB (Red+Green+Blue) = 253+149+117=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9575 is #026A8A. Grayscale: #B0B0B0. Windows color (decimal): -158347 or 7706109. OLE color: 7706109.

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

Color convert

RGB253149117-
CMYK00.410.540.01
HSL14.12º97.14%72.55%-
HSV(B)14.12º53.75%99.22%-
XYZ54.4743.6622.39-
YUV176.4594.46182.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=48.75%
G=28.71%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314911700.410.540.0114.1297.1472.55
HexFD9575029361e6149
Octal37522516505166116141111
Binary1111110110010101111010101010011101101111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9575; }

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

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

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

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

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

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

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

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