#FF977C

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

Shades of Vivid Tangerine #FF977C

Tints of Vivid Tangerine #FF977C

Color information

#FF977C (or 0xFF977C) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 97 and 7C. RGB value is (255,151,124). Sum of RGB (Red+Green+Blue) = 255+151+124=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977C is #006883. Grayscale: #B3B3B3. Windows color (decimal): -26756 or 8165375. OLE color: 8165375.

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

Color convert

RGB255151124-
CMYK00.410.510
HSL12.37º100%74.31%-
HSV(B)12.37º51.37%100%-
XYZ55.9444.8524.78-
YUV179.0296.96182.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=48.11%
G=28.49%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515112400.410.51012.3710074.31
HexFF977C029330c644a
Octal37722717405163014144112
Binary1111111110010111111110001010011100110110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF977C; }

 p { color: rgb(255,151,124); }

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

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

 a { background-color: rgb(255,151,124); }

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

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

 span { border-color: rgb(255,151,124); }

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