#FA997F

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

Shades of Vivid Tangerine #FA997F

Tints of Vivid Tangerine #FA997F

Color information

#FA997F (or 0xFA997F) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 99 and 7F. RGB value is (250,153,127). Sum of RGB (Red+Green+Blue) = 250+153+127=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997F is #056680. Grayscale: #B3B3B3. Windows color (decimal): -353921 or 8362490. OLE color: 8362490.

HSL color Cylindrical-coordinate representation of color #FA997F: hue angle of 12.68º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA997F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250153127-
CMYK00.390.490.02
HSL12.68º92.48%73.92%-
HSV(B)12.68º49.2%98.04%-
XYZ54.6544.6425.81-
YUV179.0498.64178.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 127 (50% from 255) = 23.96%
R=47.17%
G=28.87%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015312700.390.490.0212.6892.4873.92
HexFA997F027312d5c4a
Octal37223117704761215134112
Binary11111010100110011111111010011111000110110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA997F; }

 p { color: rgb(250,153,127); }

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

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

 a { background-color: rgb(250,153,127); }

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

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

 span { border-color: rgb(250,153,127); }

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