#FA9C85

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

Shades of Vivid Tangerine #FA9C85

Tints of Vivid Tangerine #FA9C85

Color information

#FA9C85 (or 0xFA9C85) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 9C and 85. RGB value is (250,156,133). Sum of RGB (Red+Green+Blue) = 250+156+133=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C85 is #05637A. Grayscale: #B5B5B5. Windows color (decimal): -353147 or 8756474. OLE color: 8756474.

HSL color Cylindrical-coordinate representation of color #FA9C85: hue angle of 11.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA9C85 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250156133-
CMYK00.380.470.02
HSL11.79º92.13%75.1%-
HSV(B)11.79º46.8%98.04%-
XYZ55.5545.7928.1-
YUV181.48100.64176.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=46.38%
G=28.94%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015613300.380.470.0211.7992.1375.1
HexFA9C850262F2c5c4b
Octal37223420504657214134113
Binary111110101001110010000101010011010111110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C85; }

 p { color: rgb(250,156,133); }

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

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

 a { background-color: rgb(250,156,133); }

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

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

 span { border-color: rgb(250,156,133); }

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