#ff9374

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

Shades of Vivid Tangerine #FF9374

Tints of Vivid Tangerine #FF9374

Color information

#FF9374 (or 0xFF9374) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 93 and 74. RGB value is (255,147,116). Sum of RGB (Red+Green+Blue) = 255+147+116=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9374 is #006C8B. Grayscale: #AFAFAF. Windows color (decimal): -27788 or 7640063. OLE color: 7640063.

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

Color convert

RGB255147116-
CMYK00.420.550
HSL13.38º100%72.75%-
HSV(B)13.38º54.51%100%-
XYZ54.8343.3922.01-
YUV175.7694.28184.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=49.23%
G=28.38%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514711600.420.55013.3810072.75
HexFF937402A370d6449
Octal37722316405267015144111
Binary1111111110010011111010001010101101110110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9374; }

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

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

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

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

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

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

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

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