#FA907F

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

Shades of Vivid Tangerine #FA907F

Tints of Vivid Tangerine #FA907F

Color information

#FA907F (or 0xFA907F) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 90 and 7F. RGB value is (250,144,127). Sum of RGB (Red+Green+Blue) = 250+144+127=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA907F is #056F80. Grayscale: #ADADAD. Windows color (decimal): -356225 or 8360186. OLE color: 8360186.

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

Color convert

RGB250144127-
CMYK00.420.490.02
HSL8.29º92.48%73.92%-
HSV(B)8.29º49.2%98.04%-
XYZ53.2341.825.34-
YUV173.76101.62182.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 127 (50% from 255) = 24.38%
R=47.98%
G=27.64%
B=24.38%

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
Decimal25014412700.420.490.028.2992.4873.92
HexFA907F02A31285c4a
Octal37222017705261210134112
Binary11111010100100001111111010101011000110100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA907F; }

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

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

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

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

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

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

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

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