#FF9475

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

Shades of Vivid Tangerine #FF9475

Tints of Vivid Tangerine #FF9475

Color information

#FF9475 (or 0xFF9475) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 94 and 75. RGB value is (255,148,117). Sum of RGB (Red+Green+Blue) = 255+148+117=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9475 is #006B8A. Grayscale: #B0B0B0. Windows color (decimal): -27531 or 7705855. OLE color: 7705855.

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

Color convert

RGB255148117-
CMYK00.420.540
HSL13.48º100%72.94%-
HSV(B)13.48º54.12%100%-
XYZ55.0443.7222.37-
YUV176.4694.45184.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=49.04%
G=28.46%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514811700.420.54013.4810072.94
HexFF947502A360d6449
Octal37722416505266015144111
Binary1111111110010100111010101010101101100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9475; }

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

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

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

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

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

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

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

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