#FA9265

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

Shades of Atomic Tangerine #FA9265

Tints of Atomic Tangerine #FA9265

Color information

#FA9265 (or 0xFA9265) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 92 and 65. RGB value is (250,146,101). Sum of RGB (Red+Green+Blue) = 250+146+101=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9265 is #056D9A. Grayscale: #ACACAC. Windows color (decimal): -355739 or 6656762. OLE color: 6656762.

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

Color convert

RGB250146101-
CMYK00.420.600.02
HSL18.12º93.71%68.82%-
HSV(B)18.12º59.6%98.04%-
XYZ52.0541.8217.64-
YUV171.9787.96183.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=50.30%
G=29.38%
B=20.32%

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
Decimal25014610100.420.600.0218.1293.7168.82
HexFA926502A3C2125e45
Octal37222214505274222136105
Binary111110101001001011001010101010111100101001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9265; }

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

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

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

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

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

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

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

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