#FF957F

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

Shades of Vivid Tangerine #FF957F

Tints of Vivid Tangerine #FF957F

Color information

#FF957F (or 0xFF957F) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 95 and 7F. RGB value is (255,149,127). Sum of RGB (Red+Green+Blue) = 255+149+127=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957F is #006A80. Grayscale: #B2B2B2. Windows color (decimal): -27265 or 8361471. OLE color: 8361471.

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

Color convert

RGB255149127-
CMYK00.420.500
HSL10.31º100%74.9%-
HSV(B)10.31º50.2%100%-
XYZ55.8244.2925.69-
YUV178.1999.12182.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 127 (50% from 255) = 23.92%
R=48.02%
G=28.06%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514912700.420.50010.3110074.9
HexFF957F02A320a644b
Octal37722517705262012144113
Binary1111111110010101111111101010101100100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF957F; }

 p { color: rgb(255,149,127); }

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

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

 a { background-color: rgb(255,149,127); }

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

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

 span { border-color: rgb(255,149,127); }

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