#FA977E

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

Shades of Vivid Tangerine #FA977E

Tints of Vivid Tangerine #FA977E

Color information

#FA977E (or 0xFA977E) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 97 and 7E. RGB value is (250,151,126). Sum of RGB (Red+Green+Blue) = 250+151+126=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA977E is #056881. Grayscale: #B1B1B1. Windows color (decimal): -354434 or 8296442. OLE color: 8296442.

HSL color Cylindrical-coordinate representation of color #FA977E: hue angle of 12.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA977E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250151126-
CMYK00.400.500.02
HSL12.1º92.54%73.73%-
HSV(B)12.1º49.6%98.04%-
XYZ54.2643.9625.36-
YUV177.7598.8179.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=47.44%
G=28.65%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015112600.400.500.0212.192.5473.73
HexFA977E028322c5d4a
Octal37222717605062214135112
Binary11111010100101111111110010100011001010110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA977E; }

 p { color: rgb(250,151,126); }

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

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

 a { background-color: rgb(250,151,126); }

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

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

 span { border-color: rgb(250,151,126); }

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