#FF9373

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

Shades of Vivid Tangerine #FF9373

Tints of Vivid Tangerine #FF9373

Color information

#FF9373 (or 0xFF9373) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 93 and 73. RGB value is (255,147,115). Sum of RGB (Red+Green+Blue) = 255+147+115=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9373 is #006C8C. Grayscale: #AFAFAF. Windows color (decimal): -27789 or 7574527. OLE color: 7574527.

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

Color convert

RGB255147115-
CMYK00.420.550
HSL13.71º100%72.55%-
HSV(B)13.71º54.9%100%-
XYZ54.7743.3721.7-
YUV175.6493.78184.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 115 (45.31% from 255) = 22.24%
R=49.32%
G=28.43%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514711500.420.55013.7110072.55
HexFF937302A370e6449
Octal37722316305267016144111
Binary1111111110010011111001101010101101110111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9373; }

 p { color: rgb(255,147,115); }

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

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

 a { background-color: rgb(255,147,115); }

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

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

 span { border-color: rgb(255,147,115); }

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