#FA9065

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

Shades of Atomic Tangerine #FA9065

Tints of Atomic Tangerine #FA9065

Color information

#FA9065 (or 0xFA9065) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 90 and 65. RGB value is (250,144,101). Sum of RGB (Red+Green+Blue) = 250+144+101=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9065 is #056F9A. Grayscale: #ABABAB. Windows color (decimal): -356251 or 6656250. OLE color: 6656250.

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

Color convert

RGB250144101-
CMYK00.420.600.02
HSL17.32º93.71%68.82%-
HSV(B)17.32º59.6%98.04%-
XYZ51.7541.2117.54-
YUV170.7988.62184.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=50.51%
G=29.09%
B=20.40%

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
Decimal25014410100.420.600.0217.3293.7168.82
HexFA906502A3C2115e45
Octal37222014505274221136105
Binary111110101001000011001010101010111100101000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9065; }

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

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

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

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

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

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

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

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