#FA8C6A

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

Shades of Atomic Tangerine #FA8C6A

Tints of Atomic Tangerine #FA8C6A

Color information

#FA8C6A (or 0xFA8C6A) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 8C and 6A. RGB value is (250,140,106). Sum of RGB (Red+Green+Blue) = 250+140+106=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C6A is #057395. Grayscale: #A9A9A9. Windows color (decimal): -357270 or 6982906. OLE color: 6982906.

HSL color Cylindrical-coordinate representation of color #FA8C6A: hue angle of 14.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA8C6A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250140106-
CMYK00.440.580.02
HSL14.17º93.51%69.8%-
HSV(B)14.17º57.6%98.04%-
XYZ51.440.1218.67-
YUV169.0192.44185.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=50.40%
G=28.23%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014010600.440.580.0214.1793.5169.8
HexFA8C6A02C3A2e5e46
Octal37221415205472216136106
Binary11111010100011001101010010110011101010111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C6A; }

 p { color: rgb(250,140,106); }

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

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

 a { background-color: rgb(250,140,106); }

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

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

 span { border-color: rgb(250,140,106); }

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