#FA9366

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

Shades of Atomic Tangerine #FA9366

Tints of Atomic Tangerine #FA9366

Color information

#FA9366 (or 0xFA9366) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 93 and 66. RGB value is (250,147,102). Sum of RGB (Red+Green+Blue) = 250+147+102=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9366 is #056C99. Grayscale: #ACACAC. Windows color (decimal): -355482 or 6722554. OLE color: 6722554.

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

Color convert

RGB250147102-
CMYK00.410.590.02
HSL18.24º93.67%69.02%-
HSV(B)18.24º59.2%98.04%-
XYZ52.2642.1517.95-
YUV172.6788.12183.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=50.10%
G=29.46%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014710200.410.590.0218.2493.6769.02
HexFA93660293B2125e45
Octal37222314605173222136105
Binary111110101001001111001100101001111011101001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9366; }

 p { color: rgb(250,147,102); }

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

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

 a { background-color: rgb(250,147,102); }

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

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

 span { border-color: rgb(250,147,102); }

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