#FD9375

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

Shades of Vivid Tangerine #FD9375

Tints of Vivid Tangerine #FD9375

Color information

#FD9375 (or 0xFD9375) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 93 and 75. RGB value is (253,147,117). Sum of RGB (Red+Green+Blue) = 253+147+117=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9375 is #026C8A. Grayscale: #AFAFAF. Windows color (decimal): -158859 or 7705597. OLE color: 7705597.

HSL color Cylindrical-coordinate representation of color #FD9375: hue angle of 13.24º 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 #FD9375 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB253147117-
CMYK00.420.540.01
HSL13.24º97.14%72.55%-
HSV(B)13.24º53.75%99.22%-
XYZ54.1543.0322.28-
YUV175.2795.12183.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=48.94%
G=28.43%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314711700.420.540.0113.2497.1472.55
HexFD937502A361d6149
Octal37522316505266115141111
Binary1111110110010011111010101010101101101110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9375; }

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

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

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

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

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

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

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

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