#FA927F

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

Shades of Vivid Tangerine #FA927F

Tints of Vivid Tangerine #FA927F

Color information

#FA927F (or 0xFA927F) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 92 and 7F. RGB value is (250,146,127). Sum of RGB (Red+Green+Blue) = 250+146+127=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA927F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA927F is #056D80. Grayscale: #AFAFAF. Windows color (decimal): -355713 or 8360698. OLE color: 8360698.

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

Color convert

RGB250146127-
CMYK00.420.490.02
HSL9.27º92.48%73.92%-
HSV(B)9.27º49.2%98.04%-
XYZ53.5342.4125.44-
YUV174.93100.96181.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 127 (50% from 255) = 24.28%
R=47.80%
G=27.92%
B=24.28%

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
Decimal25014612700.420.490.029.2792.4873.92
HexFA927F02A31295c4a
Octal37222217705261211134112
Binary11111010100100101111111010101011000110100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA927F; }

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

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

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

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

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

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

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

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