#FA8965

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

Shades of Atomic Tangerine #FA8965

Tints of Atomic Tangerine #FA8965

Color information

#FA8965 (or 0xFA8965) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 89 and 65. RGB value is (250,137,101). Sum of RGB (Red+Green+Blue) = 250+137+101=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8965 is #05769A. Grayscale: #A6A6A6. Windows color (decimal): -358043 or 6654458. OLE color: 6654458.

HSL color Cylindrical-coordinate representation of color #FA8965: hue angle of 14.5º 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 #FA8965 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250137101-
CMYK00.450.600.02
HSL14.5º93.71%68.82%-
HSV(B)14.5º59.6%98.04%-
XYZ50.7239.1517.2-
YUV166.6890.94187.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 101 (39.84% from 255) = 20.70%
R=51.23%
G=28.07%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013710100.450.600.0214.593.7168.82
HexFA896502D3C2e5e45
Octal37221114505574216136105
Binary11111010100010011100101010110111110010111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8965; }

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

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

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

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

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

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

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

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