#FA917F

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

Shades of Vivid Tangerine #FA917F

Tints of Vivid Tangerine #FA917F

Color information

#FA917F (or 0xFA917F) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 91 and 7F. RGB value is (250,145,127). Sum of RGB (Red+Green+Blue) = 250+145+127=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA917F is #056E80. Grayscale: #AEAEAE. Windows color (decimal): -355969 or 8360442. OLE color: 8360442.

HSL color Cylindrical-coordinate representation of color #FA917F: hue angle of 8.78º 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 #FA917F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250145127-
CMYK00.420.490.02
HSL8.78º92.48%73.92%-
HSV(B)8.78º49.2%98.04%-
XYZ53.3842.1125.39-
YUV174.34101.29181.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 127 (50% from 255) = 24.33%
R=47.89%
G=27.78%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014512700.420.490.028.7892.4873.92
HexFA917F02A31295c4a
Octal37222117705261211134112
Binary11111010100100011111111010101011000110100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA917F; }

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

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

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

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

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

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

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

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