#FA8F70

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

Shades of Atomic Tangerine #FA8F70

Tints of Atomic Tangerine #FA8F70

Color information

#FA8F70 (or 0xFA8F70) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 8F and 70. RGB value is (250,143,112). Sum of RGB (Red+Green+Blue) = 250+143+112=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F70 is #05708F. Grayscale: #ABABAB. Windows color (decimal): -356496 or 7376890. OLE color: 7376890.

HSL color Cylindrical-coordinate representation of color #FA8F70: hue angle of 13.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA8F70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250143112-
CMYK00.430.550.02
HSL13.48º93.24%70.98%-
HSV(B)13.48º55.2%98.04%-
XYZ52.1741.1420.52-
YUV171.4694.45184.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=49.50%
G=28.32%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014311200.430.550.0213.4893.2470.98
HexFA8F7002B372d5d47
Octal37221716005367215135107
Binary11111010100011111110000010101111011110110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8F70; }

 p { color: rgb(250,143,112); }

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

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

 a { background-color: rgb(250,143,112); }

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

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

 span { border-color: rgb(250,143,112); }

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