#FF977A

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

Shades of Vivid Tangerine #FF977A

Tints of Vivid Tangerine #FF977A

Color information

#FF977A (or 0xFF977A) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 97 and 7A. RGB value is (255,151,122). Sum of RGB (Red+Green+Blue) = 255+151+122=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977A is #006885. Grayscale: #B3B3B3. Windows color (decimal): -26758 or 8034303. OLE color: 8034303.

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

Color convert

RGB255151122-
CMYK00.410.520
HSL13.08º100%73.92%-
HSV(B)13.08º52.16%100%-
XYZ55.8244.824.12-
YUV178.7995.96182.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=48.30%
G=28.60%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515112200.410.52013.0810073.92
HexFF977A029340d644a
Octal37722717205164015144112
Binary1111111110010111111101001010011101000110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF977A; }

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

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

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

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

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

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

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

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