#FA8E7B

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

Shades of Vivid Tangerine #FA8E7B

Tints of Vivid Tangerine #FA8E7B

Color information

#FA8E7B (or 0xFA8E7B) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 8E and 7B. RGB value is (250,142,123). Sum of RGB (Red+Green+Blue) = 250+142+123=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E7B is #057184. Grayscale: #ACACAC. Windows color (decimal): -356741 or 8097530. OLE color: 8097530.

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

Color convert

RGB250142123-
CMYK00.430.510.02
HSL8.98º92.7%73.14%-
HSV(B)8.98º50.8%98.04%-
XYZ52.6741.123.9-
YUV172.13100.28183.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=48.54%
G=27.57%
B=23.88%

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
Decimal25014212300.430.510.028.9892.773.14
HexFA8E7B02B33295d49
Octal37221617305363211135111
Binary11111010100011101111011010101111001110100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E7B; }

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

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

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

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

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

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

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

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