#FA9169

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

Shades of Atomic Tangerine #FA9169

Tints of Atomic Tangerine #FA9169

Color information

#FA9169 (or 0xFA9169) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 91 and 69. RGB value is (250,145,105). Sum of RGB (Red+Green+Blue) = 250+145+105=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9169 is #056E96. Grayscale: #ACACAC. Windows color (decimal): -355991 or 6918650. OLE color: 6918650.

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

Color convert

RGB250145105-
CMYK00.420.580.02
HSL16.55º93.55%69.61%-
HSV(B)16.55º58%98.04%-
XYZ52.141.5918.65-
YUV171.8490.29183.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 105 (41.41% from 255) = 21%
R=50%
G=29%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014510500.420.580.0216.5593.5569.61
HexFA916902A3A2115e46
Octal37222115105272221136106
Binary111110101001000111010010101010111010101000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9169; }

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

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

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

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

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

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

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

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