#FA907A

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

Shades of Vivid Tangerine #FA907A

Tints of Vivid Tangerine #FA907A

Color information

#FA907A (or 0xFA907A) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 90 and 7A. RGB value is (250,144,122). Sum of RGB (Red+Green+Blue) = 250+144+122=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA907A is #056F85. Grayscale: #ADADAD. Windows color (decimal): -356230 or 8032506. OLE color: 8032506.

HSL color Cylindrical-coordinate representation of color #FA907A: hue angle of 10.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA907A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250144122-
CMYK00.420.510.02
HSL10.31º92.75%72.94%-
HSV(B)10.31º51.2%98.04%-
XYZ52.9141.6823.67-
YUV173.1999.12182.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=48.45%
G=27.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014412200.420.510.0210.3192.7572.94
HexFA907A02A332a5d49
Octal37222017205263212135111
Binary11111010100100001111010010101011001110101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA907A; }

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

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

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

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

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

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

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

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