#FA9C83

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

Shades of Vivid Tangerine #FA9C83

Tints of Vivid Tangerine #FA9C83

Color information

#FA9C83 (or 0xFA9C83) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 9C and 83. RGB value is (250,156,131). Sum of RGB (Red+Green+Blue) = 250+156+131=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C83 is #05637C. Grayscale: #B5B5B5. Windows color (decimal): -353149 or 8625402. OLE color: 8625402.

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

Color convert

RGB250156131-
CMYK00.380.480.02
HSL12.61º92.25%74.71%-
HSV(B)12.61º47.6%98.04%-
XYZ55.4145.7427.38-
YUV181.2699.64177.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=46.55%
G=29.05%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015613100.380.480.0212.6192.2574.71
HexFA9C83026302d5c4b
Octal37223420304660215134113
Binary111110101001110010000011010011011000010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C83; }

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

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

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

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

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

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

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

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