#FA9167

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

Shades of Atomic Tangerine #FA9167

Tints of Atomic Tangerine #FA9167

Color information

#FA9167 (or 0xFA9167) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 91 and 67. RGB value is (250,145,103). Sum of RGB (Red+Green+Blue) = 250+145+103=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9167 is #056E98. Grayscale: #ABABAB. Windows color (decimal): -355993 or 6787578. OLE color: 6787578.

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

Color convert

RGB250145103-
CMYK00.420.590.02
HSL17.14º93.63%69.22%-
HSV(B)17.14º58.8%98.04%-
XYZ5241.5518.11-
YUV171.6189.29183.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=50.20%
G=29.12%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014510300.420.590.0217.1493.6369.22
HexFA916702A3B2115e45
Octal37222114705273221136105
Binary111110101001000111001110101010111011101000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9167; }

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

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

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

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

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

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

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

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