#FA9264

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

Shades of Atomic Tangerine #FA9264

Tints of Atomic Tangerine #FA9264

Color information

#FA9264 (or 0xFA9264) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 92 and 64. RGB value is (250,146,100). Sum of RGB (Red+Green+Blue) = 250+146+100=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9264 is #056D9B. Grayscale: #ACACAC. Windows color (decimal): -355740 or 6591226. OLE color: 6591226.

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

Color convert

RGB250146100-
CMYK00.420.60.02
HSL18.4º93.75%68.63%-
HSV(B)18.4º60%98.04%-
XYZ5241.817.38-
YUV171.8587.46183.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=50.40%
G=29.44%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014610000.420.60.0218.493.7568.63
HexFA926402A3C2125e45
Octal37222214405274222136105
Binary111110101001001011001000101010111100101001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9264; }

 p { color: rgb(250,146,100); }

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

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

 a { background-color: rgb(250,146,100); }

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

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

 span { border-color: rgb(250,146,100); }

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