#FA8B65

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

Shades of Atomic Tangerine #FA8B65

Tints of Atomic Tangerine #FA8B65

Color information

#FA8B65 (or 0xFA8B65) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 8B and 65. RGB value is (250,139,101). Sum of RGB (Red+Green+Blue) = 250+139+101=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8B65 is #05749A. Grayscale: #A8A8A8. Windows color (decimal): -357531 or 6654970. OLE color: 6654970.

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

Color convert

RGB250139101-
CMYK00.440.600.02
HSL15.3º93.71%68.82%-
HSV(B)15.3º59.6%98.04%-
XYZ51.0139.7317.29-
YUV167.8690.27186.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.02%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=51.02%
G=28.37%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013910100.440.600.0215.393.7168.82
HexFA8B6502C3C2f5e45
Octal37221314505474217136105
Binary11111010100010111100101010110011110010111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B65; }

 p { color: rgb(250,139,101); }

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

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

 a { background-color: rgb(250,139,101); }

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

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

 span { border-color: rgb(250,139,101); }

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