#FA947F

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

Shades of Vivid Tangerine #FA947F

Tints of Vivid Tangerine #FA947F

Color information

#FA947F (or 0xFA947F) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 94 and 7F. RGB value is (250,148,127). Sum of RGB (Red+Green+Blue) = 250+148+127=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA947F is #056B80. Grayscale: #B0B0B0. Windows color (decimal): -355201 or 8361210. OLE color: 8361210.

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

Color convert

RGB250148127-
CMYK00.410.490.02
HSL10.24º92.48%73.92%-
HSV(B)10.24º49.2%98.04%-
XYZ53.8543.0425.55-
YUV176.1100.29180.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 127 (50% from 255) = 24.19%
R=47.62%
G=28.19%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014812700.410.490.0210.2492.4873.92
HexFA947F029312a5c4a
Octal37222417705161212134112
Binary11111010100101001111111010100111000110101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA947F; }

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

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

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

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

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

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

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

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