#FA8E7A

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

Shades of Vivid Tangerine #FA8E7A

Tints of Vivid Tangerine #FA8E7A

Color information

#FA8E7A (or 0xFA8E7A) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 8E and 7A. RGB value is (250,142,122). Sum of RGB (Red+Green+Blue) = 250+142+122=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E7A is #057185. Grayscale: #ACACAC. Windows color (decimal): -356742 or 8031994. OLE color: 8031994.

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

Color convert

RGB250142122-
CMYK00.430.510.02
HSL9.38º92.75%72.94%-
HSV(B)9.38º51.2%98.04%-
XYZ52.6141.0823.57-
YUV172.0199.78183.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 122 (48.05% from 255) = 23.74%
R=48.64%
G=27.63%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014212200.430.510.029.3892.7572.94
HexFA8E7A02B33295d49
Octal37221617205363211135111
Binary11111010100011101111010010101111001110100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E7A; }

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

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

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

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

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

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

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

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