#FF977D

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

Shades of Vivid Tangerine #FF977D

Tints of Vivid Tangerine #FF977D

Color information

#FF977D (or 0xFF977D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 97 and 7D. RGB value is (255,151,125). Sum of RGB (Red+Green+Blue) = 255+151+125=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977D is #006882. Grayscale: #B3B3B3. Windows color (decimal): -26755 or 8230911. OLE color: 8230911.

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

Color convert

RGB255151125-
CMYK00.410.510
HSL12º100%74.51%-
HSV(B)12º50.98%100%-
XYZ56.0144.8725.11-
YUV179.1397.46182.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=48.02%
G=28.44%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515112500.410.5101210074.51
HexFF977D029330c644b
Octal37722717505163014144113
Binary1111111110010111111110101010011100110110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF977D; }

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

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

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

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

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

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

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

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