#FA9670

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

Shades of Atomic Tangerine #FA9670

Tints of Atomic Tangerine #FA9670

Color information

#FA9670 (or 0xFA9670) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 96 and 70. RGB value is (250,150,112). Sum of RGB (Red+Green+Blue) = 250+150+112=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9670 is #05698F. Grayscale: #AFAFAF. Windows color (decimal): -354704 or 7378682. OLE color: 7378682.

HSL color Cylindrical-coordinate representation of color #FA9670: hue angle of 16.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA9670 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250150112-
CMYK00.40.550.02
HSL16.52º93.24%70.98%-
HSV(B)16.52º55.2%98.04%-
XYZ53.2643.3120.88-
YUV175.5792.13181.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=48.83%
G=29.30%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015011200.40.550.0216.5293.2470.98
HexFA9670028372115d47
Octal37222616005067221135107
Binary111110101001011011100000101000110111101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9670; }

 p { color: rgb(250,150,112); }

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

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

 a { background-color: rgb(250,150,112); }

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

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

 span { border-color: rgb(250,150,112); }

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