#FA9165

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

Shades of Atomic Tangerine #FA9165

Tints of Atomic Tangerine #FA9165

Color information

#FA9165 (or 0xFA9165) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 91 and 65. RGB value is (250,145,101). Sum of RGB (Red+Green+Blue) = 250+145+101=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9165 is #056E9A. Grayscale: #ABABAB. Windows color (decimal): -355995 or 6656506. OLE color: 6656506.

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

Color convert

RGB250145101-
CMYK00.420.600.02
HSL17.72º93.71%68.82%-
HSV(B)17.72º59.6%98.04%-
XYZ51.941.5117.59-
YUV171.3888.29184.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 101 (39.84% from 255) = 20.36%
R=50.40%
G=29.23%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014510100.420.600.0217.7293.7168.82
HexFA916502A3C2125e45
Octal37222114505274222136105
Binary111110101001000111001010101010111100101001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9165; }

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

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

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

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

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

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

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

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